conduktor.io ↗

zookeeper.connect — Kafka Broker Configuration

Specifies the ZooKeeper connection string in the form hostname:port where host and port are the host and port of a ZooKeeper server. To allow connecting through other ZooKeeper nodes when that ZooKeeper machine is down you can also specify multiple hosts in the form hostname1:port1,hostname2:port2,hostname3:port3.

Description

Specifies the ZooKeeper connection string in the form hostname:port where host and port are the host and port of a ZooKeeper server. To allow connecting through other ZooKeeper nodes when that ZooKeeper machine is down you can also specify multiple hosts in the form hostname1:port1,hostname2:port2,hostname3:port3.The server can also have a ZooKeeper chroot path as part of its ZooKeeper connection string which puts its data under some path in the global ZooKeeper namespace. For example to give a chroot path of /chroot/path you would give the connection string as hostname1:port1,hostname2:port2,hostname3:port3/chroot/path.

Default Values by Kafka Version

Kafka VersionDefault Value
0.8.0null
0.8.1null
0.8.2null
0.9.0null
0.10.0null
0.10.1null
0.10.2null
0.11.0null
1.0null
1.1null
2.0null
2.1null
2.2null
2.3null
2.4
2.5
2.6
2.7
2.8null
3.0null
3.1null
3.2null
3.3null
3.4null
3.5null
3.6null
3.7null
3.8null
3.9null
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.