Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem: Take Cover : What is a Saga #40

Open
ylorph opened this issue Dec 4, 2019 · 2 comments
Open

Problem: Take Cover : What is a Saga #40

ylorph opened this issue Dec 4, 2019 · 2 comments

Comments

@ylorph
Copy link
Owner

ylorph commented Dec 4, 2019

No description provided.

@MerrionComputing
Copy link
Contributor

Key parts:-

  • An action / command / change
  • Multiple (distinctly evaluate-able) parts
  • All-or-nothing change

These may be implemented as business processes or as software in the form of process managers / saga managers.
They can be sequential or parallel (fan-out then fan-in)

@ylorph
Copy link
Owner Author

ylorph commented Sep 16, 2020

The Reference

https://www.cs.cornell.edu/andru/cs711/2002fa/reading/sagas.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants