Completed
Watch Termination
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Patterns for Streaming Telemetry with Akka Streams
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Outline
- 3 Motivation
- 4 Database Actor
- 5 Batching
- 6 Message Delivery
- 7 Throttle Requests
- 8 Proof of Concept
- 9 Error Handling
- 10 Reactive Streams
- 11 Akka Streams API
- 12 Grouping
- 13 De disaggregation
- 14 Filtering
- 15 Rate Limiting
- 16 Throttle
- 17 Concurrency
- 18 Periodic Events
- 19 Watch Termination
- 20 Recap
- 21 What about Actors
- 22 How would I do that