Setting the file. One moment.
Skill 74 · Cloud Design Patterns
Subchapter 74.5
references/event-driven.mdMarkdown715 BView on GitHub
Problem: Need complete audit trail of all changes to application state.
Solution: Use an append-only store to record the full series of events that describe actions taken on data in a domain.
When to Use:
Implementation Considerations: