Skip to content

redhat-developer-demos/kafka-tutorial

Repository files navigation

This is a Kafka tutorial to explain and show you:

  • how to run Kafka locally with Docker Compose

  • the basic concepts and fundamental terminology of Kafka

  • how to develop services that consume and produce from/to Kafka topic(s) in Java

  • how to deploy Kafka into Kubernetes with Strimzi operators