smallrye / smallrye-reactive-messaging

SmallRye Reactive Messaging
http://www.smallrye.io/smallrye-reactive-messaging/
Apache License 2.0
235 stars 176 forks source link

Investigate if we need outgoing retry in the Kafka connector #1299

Open cescoffier opened 3 years ago

cescoffier commented 3 years ago

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

pcasaes commented 6 months ago

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.