Control Patterns Flashcards
These patterns provide the control flow for inter-component collaboration between the boundary components of cloud-native systems.
1
Q
Event Collaboration

A
Publish domain events to trigger downstream commands and create a reactive chain of collaboration across multiple components
2
Q
Event Orchestration

A
Leverage a mediator component to orchestrate collaboration between components without event type coupling
3
Q
Saga

A
Trigger compensating transactions to undo changes in a multi-step flow when business rules are violated downstream