Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 386 Bytes

README.adoc

File metadata and controls

8 lines (6 loc) · 386 Bytes

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