Completed
How he came to write down common patterns of EDA and hold this talk
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
The Many Meanings of Event-Driven Architecture
Automatically move to the next video in the Classroom when playback concludes
- 1 What people mean by EDA
- 2 How he came to write down common patterns of EDA and hold this talk
- 3 4 patterns detected
- 4 Pattern 1: Event Notification
- 5 Events vs Commands
- 6 Pro: Decoupling
- 7 Contra: inability to understand what is going on by stepping through the code
- 8 Pattern 2: Event-carried State Transfer
- 9 Pattern 3: Event Sourcing
- 10 Can be a very nice system development-wise
- 11 Downside of Event Sourcing
- 12 Which events to record in the event store?
- 13 Pattern 4: CQRS
- 14 Conclusion : How to use the knowledge about those 4 patterns