System Design Aug 18, 2026 8 min read
Message Delivery Semantics Lab: Crash, Retry, and Idempotency Examples
Run four deterministic delivery scenarios to see how ACK timing, crashes, retries, stable IDs, and DLQ boundaries change business outcomes.
Tag
3 articles with this tag. Follow these related notes when you want a narrower study path.
System Design Aug 18, 2026 8 min read
Run four deterministic delivery scenarios to see how ACK timing, crashes, retries, stable IDs, and DLQ boundaries change business outcomes.
System Design Jul 29, 2026 11 min read
Make at-least-once message processing duplicate-safe with PostgreSQL unique constraints, atomic business updates, and Java and Node.js consumers.
API Design Mar 29, 2026 6 min read
Learn what idempotency means in API design, why retries create duplicate actions, and how idempotency keys protect backend workflows.