Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Event-Driven Applications - Apache Kafka and Python
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Event-Driven Applications
- 3 Why Event-Driven?
- 4 What is Kafka?
- 5 Distributed
- 6 What is a Kafka Event?
- 7 Write to Kafka
- 8 Read from Kafka
- 9 Pizza Demo!
- 10 Log Size
- 11 Topic Partitions
- 12 Selecting a Partition
- 13 Ordering
- 14 Scaling Out
- 15 Partitions Demo!
- 16 Multiple Applications
- 17 Consumer Groups Demo!
- 18 Kafka Connect
- 19 Resources