In this tutorial I show you how to use Apache Kafka with Spring Boot and Docker.
🚀Join the private Devtiro community: https://go.devtiro.com/x1n9c
*Links*
🔗 Kafka Docker Compose Quickstart: https://developer.confluent.io/quickstart/kafka-docker/
🔗 Code on GitHub: https://github.com/devtiro/spring-boot-kafka-tutorial
🔗 Code Snippets: https://github.com/devtiro/spring-boot-kafka-tutorial/blob/master/README.md
*Timestamps*
0:00 Intro
0:06 What is Kafka?
0:36 Project Setup
3:35 Running Kafka in Docker
7:10 Create a Kafka Topic
08:10 Configuration Properties
10:18 Putting Messages onto the Topic
21:18 Consuming Messages from the Topic
26:14 Next Up