Blog

Apache Kafka Installation

Download the latest Kafka release and extract it: https://www.apache.org/dyn/closer.cgi?path=/kafka/2.6.0/kafka_2.13-2.6.0.tgz $ tar -xzf kafka_2.13-2.6.0.tgz $ cd kafka_2.13-2.6.0 NOTE: Your local environment must have Java 8+ installed. Run the following commands in order to start all services in the correct order: #