smallrye-reactive-messaging
smallrye-reactive-messaging copied to clipboard
Investigate if we need outgoing retry in the Kafka connector
There is already a retry built-in in the Kafka producer. We may not need another one.
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.