How to evolve event sourced models
TL,DR; At some point domain models will have to change and event sourcing makes this easy. In this course you will learn different strategies to evolve your read and write models without stress
Learning Outcomes
- How to migrate events from one version to the next version
- Test changes in your domain models without regression
- Impact of evolved models on long-running processes
- Test in production with feature flags