In this video you will learn how to quickly spin up Kafka and Zookeeper using Docker. Then I will show a short demo of the Spring code that I have written to utilize Apache Kafka Streams to aggregate separate messages into batched output messages.
Source Code:
https://github.com/The-Tech-Tutor/kafka-streams
Conduktor Download:
https://www.conduktor.io/download/
Video for setting up Docker
https://youtu.be/b6pYcTr4pCs
Docker Installation
https://www.docker.com/get-started
Windows Installation and Hyper-V (Virtualization) Details
https://docs.docker.com/docker-for-windows/install/
#java #spring #kafka