Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Building Distributed Applications with Event Driven Architecture
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Agenda
- 3 Enterprise integration patterns
- 4 Synchronous request-response model
- 5 Asynchronous pont-to-point model queue
- 6 Asynchronous pont-to-point model router
- 7 Asynchronous message-router model bus
- 8 Event-driven architecture EDA
- 9 Maintaining idempotency
- 10 Where can duplicates occur?
- 11 Building idempotent code
- 12 Using services that are idempotent
- 13 Outro