exactly-once
RU: exactly-once
A delivery guarantee that each message is received and processed by the consumer exactly one time — no loss and no duplicates. True exactly-once delivery across independent systems is impossible over unreliable networks (the Two Generals Problem); what is achievable is exactly-once processing, implemented through idempotency and atomic offset commits. The term is often used loosely to mean effectively-once.