Saga Pattern: Reliable Distributed Transactions for Microservices
A saga is a sequence of local transactions that update multiple services without a global ACID transaction. Each local step commits in its own database and publishes an…
Read more →
Category: Distributed Systems
#distributed systems
#reliability
#event-driven
#eventual consistency
#consistency models
#saga pattern
#distributed transactions
#microservices
#saga
#pattern