example-reactive-spring-kafka-consumer-and-producer
example-reactive-spring-kafka-consumer-and-producer copied to clipboard
Example reactive kafka consumer and producer implementation on spring boot
**JsonSerializer** instead of **JsonDeserializer** as a value for **spring.kafka.producer.value-serializer**.
Hi @Kevded , Thanks for this demo. I feel , you should replace doOnError with onErrorContinue, so that subsequent records in the pubisher gets consumed, even if the current element...
The unit tests work after this update.
Hello there, First of all, big thanks for doing this project. It is very clear, and the tech stack used is very advanced. Just one question / issue please. I...