Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 415 Bytes

complex-business-transactions.md

File metadata and controls

5 lines (3 loc) · 415 Bytes

Complex Business Transactions

In one of the previous sections we introduced term Saga and briefly explained this pattern as a good mechanism to manage your BASE transactions.

In next sections we focus on the implementation details, testing, error handling, deadline handling and how to make a good decision when to use Saga at first place.