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.Documentation Index
Fetch the complete documentation index at: https://docs.conduktor.io/llms.txt
Use this file to discover all available pages before exploring further.
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
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