August 2017
Beginner to intermediate
284 pages
6h 51m
English
Following are the steps to set up a single node Kafka cluster:
tar -xvzf kafka_2.10-0.9.0.1.tgz cd kafka_2.10-0.9.0.1
We will refer to the Kafka installation directory as $KAFKA_HOME from now on.
log.dirs=/var/kafka-logszookeeper.connect=zoo1:2181,zoo2:2181,zoo3:2181
Here, zoo1, zoo2, and zoo3 represent the hostnames of the ZooKeeper nodes.
The following are the definitions of the important ...
Read now
Unlock full access