-
Notifications
You must be signed in to change notification settings - Fork 597
Run without ZooKeeper
Adem Efe Gencer edited this page Apr 1, 2022
·
1 revision
Cruise Control can run without ZooKeeper. This can be useful for testing it with Kafka in KRaft mode or for running it in environments where ZooKeeper can't be accessed.
In order to do so, users need to modify config/cruisecontrol.properties
of Cruise Control:
- Set
kafka.broker.failure.detection.enable
totrue
- Ensure
topic.config.provider.class
is set tocom.linkedin.kafka.cruisecontrol.config.KafkaAdminTopicConfigProvider
- Remove
zookeeper.connect
and any ZooKeeper security settings (Optional)
Contents
- Cruise Control Wiki
- Overview
- Troubleshooting
- User Guide
- Python Client
- Developer Guide