SAGA Pattern:?
- Break a long-running transaction into smaller steps, where each step is a
local transaction managed by a single microservice. Use compensation
actions for each step to ensure consistency.
local transaction managed by a single microservice. Use compensation
actions for each step to ensure consistency.