- Cloud Native Development Patterns and Best Practices
- John Gilbert
- 36字
- 2025-04-04 17:29:19
Event Sourcing
Communicate and persist the change in state of domain entities as a series of atomically produced immutable domain events, using Event-First or Database-First techniques, to drive asynchronous inter-component communication and facilitate event processing logic.
