Completed
- The Flink Job
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Producing Apache Kafka Messages Using Apache Flink and Java
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro
- 2 - The Flink Job
- 3 - The Entry Point
- 4 - The Stream Execution Environment
- 5 - Kafka Configuration
- 6 - The Data Generator Source
- 7 - The Data Stream
- 8 - The Kafka Record Serialization Schema
- 9 - The Kafka Sink
- 10 - Putting it Together
- 11 - Executing the Stream
- 12 - Compiling and Running
- 13 - Verifying it Works
- 14 - Next Steps