I have a data in string format. I need to send it to kafka producer to a specific partition but using reactive kafka ie making async call. How to achieve this using code ? I checked reactive kafka docs but unfortunately I dont have much idea about Java Rx(Mono/Flux) etc.
It would be great if some one can help. Any questions needing more details are welcomed.
I am able to do this in non-rective way.