smallrye-reactive-messaging icon indicating copy to clipboard operation
smallrye-reactive-messaging copied to clipboard

Investigate if we need outgoing retry in the Kafka connector

Open cescoffier opened this issue 3 years ago • 1 comments

There is already a retry built-in in the Kafka producer. We may not need another one.

cescoffier avatar Jul 08 '21 09:07 cescoffier

Rolling your own producer retry is not recommended since it runs afoul of Kafka's idempotent producer. It breaks Kafka's exactly once and order guarantees.

pcasaes avatar Mar 06 '24 18:03 pcasaes