- Cloud Native Development Patterns and Best Practices
- John Gilbert
- 30字
- 2021-06-30 18:43:06
Event Streaming
Leverage a fully managed streaming service to implement all inter-component communication asynchronously, whereby upstream components delegate processing to downstream components by publishing domain events that are consumed downstream.
