Skip to content

Reactive ReplyingKafkaTemplate #1060

Open
@dnitzan

Description

@dnitzan

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions