Skip to main content

Idempotent Producers and Exactly Once Consumers

For a producer that emits messages to a single topic (i.e. no single
message is sent to multiple topics), will enabling idempotency but not
transactions provide exactly once guarantees for downstream consumers of
said topic?

Ordering is not important I just want to make sure consumers only consumer
messages sent once.

Comments