We are using reactive spring cloud stream with the Kafka. Any suggestions on using the right binder? which one is most suitable for the reactive pipeline?
- spring-cloud-stream-binder-kafka
- spring-cloud-stream-binder-kafka-streams
Obviously, we would love and wish if we get reactive-kafka-binder. Since all our apps end-to-end (Source, Processor and Sink) are built on reactive stream pipeline.
Reactive kafka will be the best suitable, since we are using entire pipeline as a reactive. To make the end-to-end pipeline reactive. Any plans of providing such reactive-kafka-binder in the spring?
To make it simple, currently we are using the reactive spring cloud stream with the spring-cloud-stream-binder-kafka and not kafka-streams. Looking forward to your answers. Many thanks!