Tag

transaction patterns

0 views collected around this technical thread.

Architecture Digest
Architecture Digest
Sep 21, 2021 · Fundamentals

Classic Solutions for Distributed Transactions: Theory and Practical Patterns

This article introduces the fundamental concepts of distributed transactions, explains ACID and BASE properties, and systematically presents classic solutions such as two‑phase commit, SAGA, TCC, local message tables, transaction messages, maximum‑effort notifications, and sub‑transaction barriers for reliable microservice architectures.

MicroservicesSagaTwo-Phase Commit
0 likes · 16 min read
Classic Solutions for Distributed Transactions: Theory and Practical Patterns