Steps to install Apache Kafka on Windows Download the link for Kafka source – https://archive.apache.org/dist/Kafka/0.8.0/Kafka-0.8.0-src.tgz and then: tar xzf Kafka-0.8.0-src.tgz Enter the directory and run the commands: sudo ./sbt update ...