Distributed
Exactly-Once Processing
At-least-once delivery combined with idempotent consumers that deduplicate, committing the dedup record with the side effect.
Why interviewers ask about it
Exactly-once *delivery* is impossible - the sender cannot distinguish a lost message from a lost ack. Saying that precisely is the whole point.
Related terms
This term is part of the free System Design interview preparation module - browse the full glossary for every definition.