linkedin / cruise-control

Cruise-control is the first of its kind to fully automate the dynamic workload rebalance and self-healing of a Kafka cluster. It provides great value to Kafka users by simplifying the operation of Kafka clusters.
https://github.com/linkedin/cruise-control/tags
BSD 2-Clause "Simplified" License
2.74k stars 587 forks source link

Request for a simple example #1963

Closed NyaliaLui closed 1 year ago

NyaliaLui commented 1 year ago

Hello, I'm learning about various tools in the Kafka ecosystem and came across Cruise Control. So to try it out, I setup a small 4 broker cluster. I've been following the README and got stuck at this step:

./gradlew jar copyDependantLibs
./kafka-cruise-control-start.sh [-jars PATH_TO_YOUR_JAR_1,PATH_TO_YOUR_JAR_2] config/cruisecontrol.properties [port]

What does Cruise Control expect to be in the JAR(s)? Or do you have a simple JAR that could suffice as a "hello world" example?

NyaliaLui commented 1 year ago

I realized that the JAR is optional. Closing because an answer is unnecessary