Producer-Id: a stable client identifier (e.g. a UUID)Producer-Epoch: incremented each time the client restartsProducer-Seq: a per-epoch sequence number starting at 0
Advanced
Exactly-Once Writes
See how producer identifiers, epochs, and sequence numbers provide deduplicated appends.
Network retries can cause duplicate appends. Snakream supports producer-level deduplication so your application doesn’t have to:

