Completed
Exactly Once
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Kafka Based Microservices with Akka Streams and Kafka Streams
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Streaming Context
- 3 Reilly Report
- 4 Architecture
- 5 Data Backplane
- 6 Kafka
- 7 Partitioning
- 8 Architecture benefits
- 9 Kafka solves problems
- 10 Kafka Streaming
- 11 Spark and Flink
- 12 Driver
- 13 Pipelining
- 14 Microservices
- 15 Streaming alternatives
- 16 Akka vs Kafka
- 17 Events vs Messages
- 18 Akka Streams
- 19 Event Time vs Processing Time
- 20 Exactly Once
- 21 Case Dream
- 22 Limitations
- 23 Example
- 24 Scala API
- 25 Kafka Topics
- 26 Kafka Stream Builder
- 27 Running Microservices
- 28 Akka Streams Example
- 29 Kafka Streams Code
- 30 Production Tradeoffs
- 31 Latency
- 32 Backpressure
- 33 Wrapup