Saga Design pattern
https://www.youtube.com/watch?v=C0rGwyJkDTU
https://www.youtube.com/watch?v=Z6y_b-zbM7c
https://www.simform.com/blog/microservice-design-patterns/
The Saga design pattern is a way to manage data consistency across microservices in distributed transaction scenarios. A saga is a sequence of transactions that updates each service and publishes a message or event to trigger the next transaction step.
Comments
Post a Comment