Create Kafka clusters in seconds

Getting started with Kafka can be really painful, and you need a cluster to start working. This cluster can be difficult to start, especially on Windows. At the end of the day, getting started with Kafka can be irritating. And we know it, we were there first. To help you get started quickly, you can start a Kafka cluster directly from our Console solution (see below) or you can use our docker solution to start Conduktor which will also start a Kafka without doing anything!

How does it work in Console?

Get started here

Installing Kafka binaries

Launching Kafka using Conduktor allows you to start Kafka with no requirements, but if you would like to use the CLI tools, you currently need to install the Kafka binaries. Instructions are here (download Kafka and set up the $PATH variable and you’re good to go). Install Kafka binaries on:
  • Mac - Install Apache Kafka on Mac guide
  • Windows - External guide for Windows
  • Linux - External guide for Linux