example-reactive-spring-kafka-consumer-and-producer icon indicating copy to clipboard operation
example-reactive-spring-kafka-consumer-and-producer copied to clipboard

Example reactive kafka consumer and producer implementation on spring boot

Results 4 example-reactive-spring-kafka-consumer-and-producer issues
Sort by recently updated
recently updated
newest added

**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...

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...