Start learning Kafka with Conduktor
Use the Conduktor Kafka playground to start Kafka with no local setup. Get a hosted cluster, create topics, produce messages, and explore through a visual UI.
Get a Kafka cluster running in minutes without local installation
Conduktor Console includes hosted Kafka clusters for learning and development. Create topics, produce messages, and explore Kafka concepts through a visual interface.
Create a Kafka cluster
- Go to conduktor.io/get-started
- Sign up or log in to Console
- Create a new cluster from the dashboard
- Your cluster is ready to use
What you can do
Once your cluster is running, use Console to:
- Create topics and configure partitions and replication
- Produce messages to topics and see them appear in real-time
- Consume messages and browse topic contents
- Monitor consumer groups and track offsets
This hands-on exploration helps reinforce the concepts covered in the fundamentals section.
Conduktor clusters are ideal for learning and prototyping. For production workloads, use a managed Kafka service or self-hosted cluster.
Optional: Use CLI tools
To follow the CLI tutorials with your Conduktor cluster, install the Kafka binaries locally:
| Platform | Installation guide |
|---|---|
| Mac | Install on Mac |
| Linux | Install on Linux |
| Windows | Install on Windows |
$PATH configured. Next steps
- Kafka fundamentals to understand core concepts
- CLI tutorials to practice Kafka commands
- Docker setup for local Kafka with version control