Skip to content

Install Apache Kafka

Melvin Mathew edited this page Aug 11, 2017 · 1 revision
  1. Install openjdk8 (do not install openjdk9, causes Kafka Unrecognized VM option 'PrintGCDateStamps' error)
  2. Install Apache Kafka, follow the steps given here. Use Kafka v10.2.1

Note: If the main memory space is not sufficient, the JVM will throw an insufficient memory error. To solve this, follow the step given here.

Clone this wiki locally