Distributed Designs Part 1 — Outbox without idempotency nor synchronous commit

10 gru 2022 | Blog | programowanie | design patterns | IT
Transactional outbox is a common pattern in the distributed systems. It helps to avoid having either orphaned records (for which messages were not published) or messages pointing to non-existing records (for which database entities do not exist). However, the pattern assumes, that the consumer is idempotent, so the consumer can handle duplicates easily by retrying … Continue reading Distributed Designs Part 1 — Outbox without idempotency nor synchronous commit

POSTY TEGO AUTORA

Types and Programming Languages Part 21 – Code is read many times10 sty 2026

Blog | devops | programowanie | IT

Availability Anywhere Part 29 — Using all remote solutions in parallel12 gru 2025

Blog | administracja | devops | administration | IT

State Machine Executor Part 6 — Forking21 lis 2025

Blog | administracja | programowanie | IT

Random IT Utensils

Adam Furmanek