August 2017
Beginner to intermediate
284 pages
6h 51m
English
So far we have a single node Kafka cluster. Follow the steps to deploy the Kafka cluster:
broker.id=0port=9092host.name=kafka1log.dirs=/var/kafka-logszookeeper.connect=zoo1:2181,zoo2:2181,zoo3:2181
Make sure that the value of the broker.id property is unique for each Kafka broker and the value of zookeeper.connect must be the same on all nodes.
> ./bin/kafka-server-start.sh config/server.properties
Read now
Unlock full access