patterns/saga/ #92
Replies: 1 comment 1 reply
-
Saga is an antipattern and has no means to ensure consistency in microservices-based systems. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
patterns/saga/
Intent To manage and coordinate distributed transactions across multiple services in a fault-tolerant and reliable manner. Explanation Real-world example Imagine a travel agency...
https://java-design-patterns.com/patterns/saga/
Beta Was this translation helpful? Give feedback.
All reactions