This page explains how to deploy standalone Cruise Control: extract binaries, update Kafka metrics settings, edit config files, and start or stop the service.
Steps to Deploy
- Extract binaries: Download and unpack the Cruise Control distribution.
$ tar -xzf cruise-control3-2.5.137.3.3.6.2-1.tar.gz$ cd cruise-control- Update Kafka configurations: Enable the Cruise Control metrics reporting in Kafka by adding the following details.
metric.reporters=com.linkedin.kafka.cruisecontrol.metricsreporter.CruiseControlMetricsReportercruise.control.metrics.topic.auto.create=trueauto.create.topics.enable=true- Configure Cruise Control: All the Cruise Control configurations are under
config/.
brokerSets.jsoncapacity.jsoncapacityCores.jsoncapacityJBOD.jsonclusterConfigs.jsoncruise_control_jaas.conf_templatecruisecontrol.propertieslog4j.propertiesUpdate these files to reflect your cluster environment.
- Start Cruise Control: Run Cruise Control using the command below.
$ ./kafka-cruise-control-start.sh config/cruisecontrol.properties- Stop Cruise Control: Stop the service using the command below.
$ ./kafka-cruise-control-stop.shWas this page helpful?