December 2018
Beginner
186 pages
4h 10m
English
There are two ways to run Kafka, depending on whether we install it directly or through Confluent Platform.
If we install it directly, the steps to run Kafka are as follows.
Go to the Kafka installation directory (/usr/local/kafka for macOS users and /opt/kafka/ for Linux users), as in the example:
> cd /usr/local/kafka
First of all, we need to start Zookeeper (the Kafka dependency with Zookeeper is and will remain strong). Type the following:
> ./bin/zookeeper-server-start.sh ../config/zookeper.propertiesZooKeeper JMX enabled by default ...
Read now
Unlock full access