32 / 81 · Module 10 — Synchronous vs Asynchronous Integrations · filtered: interview← prev⊞ allnext →
10.52Exactly-once delivery — be skeptical
If interviewer says:
“We need exactly-once delivery.”
A mature response is:
“I'd clarify whether they mean exactly-once message delivery or exactly-once business effect. Across distributed systems, I usually design for possible duplicate delivery and make the consumer idempotent so the business effect is effectively once.”
Excellent answer.