Grokking Microservices Design Patterns
Vote
0% completed
The Saga Pattern: A Solution
As we've seen, the challenge is real, and the need for a solution is urgent. Enter the Saga Pattern, a design pattern that has proven to be a highly effective way to manage transactions in the complex landscape of distributed systems.
What a Saga Is
In the simplest terms, a saga is a sequence of local transactions. Each local transaction updates the database and publishes an event to trigger the next local transaction in the saga
.....
.....
.....
Like the course? Get enrolled and start learning!
Prabhat Singh
· 3 days ago
I am bit confuse about Real world analogy. How is it fulfilling the concept of Saga pattern? How are we going to call rollback and event publish by previous building? I feel, please provide more detailed explanation.