Learn Apache Kafka with clear steps and simple terms. This guide helps you build skill with real tasks and hands‑on work. You will learn how Kafka moves data, how apps use it, and how you can run it on your own machine.
What You Will Learn
You will start with the core ideas in Kafka. You will then set up a local cluster and use the command line tools. After that, you will write simple apps that read and write data to Kafka.
- The Kafka ecosystem and core parts
- Topics, partitions, brokers, replicas, producers, and consumers
- How to start a Kafka cluster on Windows, macOS, or Linux
- How to use key CLI tools
- How to write simple producer and consumer code in Java
- A hands‑on project with Twitter data and Elasticsearch
- Overviews of Kafka Connect and Kafka Streams
- Admin tasks and topic settings
- Extra guides for local tests and Docker use
About the Hands‑On Work
You will write your apps in Java. Kafka uses Java at its core, so this helps you learn faster. The ideas you learn will also help you work with Python, C#, Node.js, Scala, or tools like Spark, NiFi, and Akka.
Course Series
This course is part of a larger Kafka series. Here are the related topics you can explore:
- Kafka for Beginners
- Kafka Connect
- Kafka Streams
- Kafka Cluster Setup and Admin
- Schema Registry and REST Proxy
- Kafka Security
- Kafka Monitoring and Ops
Requirements
- A Windows, macOS, or Linux machine with at least 4 GB RAM and 5 GB free space
- Basic Java knowledge
- Basic Linux command line skill is helpful
- A clear goal to learn Kafka
Who This Course Is For
- Developers who want to learn Kafka and build simple apps
- Architects who want to see how Kafka fits into a system design
- Learners who want to understand Kafka as a full distributed system
Skills You Will Build
- Kafka architecture and core ideas
- How core parts like producers and consumers work
- How to start a local Kafka setup
- How to use tools like kafka-topics and kafka-console-producer
- How to write Java apps that send and read data
- How to code a Twitter producer and Elasticsearch consumer
- How to use Kafka Connect and Kafka Streams at a high level
- How log compaction works