December 2018
Beginner
186 pages
4h 10m
English
There are three ways to install a Kafka environment:
For all three ways, the first step is to install Java; we need Java 8. Download and install the latest JDK 8 from the Oracle's website:
http://www.oracle.com/technetwork/java/javase/downloads/index.html
At the time of writing, the latest Java 8 JDK version is 8u191.
For Linux users :
> chmod +x jdk-8u191-linux-x64.rpm
> cd <directory path>
> rpm -ivh jdk-8u191-linux-x64.rpm
Read now
Unlock full access