-
Notifications
You must be signed in to change notification settings - Fork 41
Install Apache Kafka
Melvin Mathew edited this page Aug 11, 2017
·
1 revision
- Install openjdk8 (do not install openjdk9, causes Kafka Unrecognized VM option 'PrintGCDateStamps' error)
- 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.