- Architecting Cloud Native Applications
- Kamal Arora Erik Farr John Gilbert Piyum Zonooz
- 52字
- 2021-06-24 15:21:00
Database-First Variant
A database-first command will write the data to one and only one cloud-native database. The CDC feature of the cloud-native database will trigger another command. The command will transform the insert, update, or delete database event to an appropriate domain event, and publish it to one and only one stream.