Completed
Memory consumption
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Event Sourcing - What Could Possibly Go Wrong?
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Software Mill
- 3 What is Event Sourcing?
- 4 Why Event Sourcing?
- 5 ES and CQRS level 3.1.1
- 6 ES and CQRS alternatives Change Capture Data CDC logging instead of event bus?
- 7 library vs. framework
- 8 Event store for Akka Persistence
- 9 Cassandra perfect for ES? partitioning by design
- 10 Event serialization
- 11 Event payload
- 12 State replay time
- 13 Memory consumption
- 14 Fixing state
- 15 Handling duplicates
- 16 Broken read model
- 17 Multi aggregate transactional update
- 18 Optimistic compensation action
- 19 Cluster = split brain
- 20 Cluster best practises
- 21 Summary