Open
Description
Currently, ReplyingKafkaTemplate.sendAndReceive
returns a RequestReplyFuture
. This issue is a request for a reactive interface that would return Mono
and/or Flux
types instead. Potentially utilizing reactor-kafka to ensure fully non-blocking I/O. It would be very helpful for WebFlux services that need to interact with Kafka in a request/response manner and will enable such services to use Reactor types all the way throughout request/response handling.