The-Inevitable-Event-Centric-Book icon indicating copy to clipboard operation
The-Inevitable-Event-Centric-Book copied to clipboard

Problem: Take Cover : What is a Saga

Open ylorph opened this issue 5 years ago • 2 comments

ylorph avatar Dec 04 '19 07:12 ylorph

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)

MerrionComputing avatar Sep 04 '20 10:09 MerrionComputing

The Reference

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

ylorph avatar Sep 16 '20 10:09 ylorph