In this lab, you create a streaming data pipeline with Kafka providing you a hands-on look at the Kafka Streams API. You will run a Java application that uses the Kafka Streams library by showcasing a simple end-to-end data pipeline powered by Apache.
Overview
Syllabus
- GSP730
- Overview
- Setup and requirements
- Task 1. Set up Kafka
- Task 2. Prepare the topics and the input data
- Task 3. Process the input data with Kafka streams
- Task 4. Inspect the output data
- Task 5. Stop the Kafka cluster
- Congratulations!