Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Saga Pattern Implenation 4 - Synchronous / Eventual / Choreography

...

Pattern Description

Similar to the previous saga pattern implementation (Pattern 3), the difference here, is there no central orchestrator managing the workflow of the participating services. However, it does retain the service scoped transaction boundary and eventual consistency approach.

...