Quick start options
Option 1: start with Conduktor (recommended)
The fastest way to get up and running with Kafka - no installation required. Launch ConduktorOption 2: install Kafka locally
Set up Kafka on your local machine for development and learning. Install on MacWhat you’ll learn
In this section, you’ll discover:- How to set up a Kafka cluster quickly
- Creating your first topics
- Sending and receiving messages
- Using Kafka CLI tools effectively
- Best practices for development environments
Prerequisites
Before you begin, make sure you have:- Basic command line knowledge
- Java 8+ installed (for local installations)
- A text editor or IDE of your choice