kafka install
This tutorial assumes you are starting fresh and have no existing Kafka or ZooKeeper data. Since Kafka console scripts are different for Unix-based and Windows platforms, on Windows platforms use bin\windows\ instead of bin/, and change the script extension to .bat. Step 1: Download the code Download the 1.1.0 release and un-tar it. > wget http://mirrors.hust.edu.cn/apache/kafka/1.1.0/kafka_2.11-1.1.0.tgz > tar -xzf kafka_2.11-1.1.0.tgz > cd kafka_2.11-1.1.0 Step 2: … Read more