cruise-control
cruise-control copied to clipboard
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 Kaf...
We currently use Cruise Control to "manually" rebalance our clusters from time to time. I'm saying manually because we don't use the self-healing capabilities and other features, so we simply...
### Description Today, Cruise Control has a single consumer to consume from the __CruiseControlMetrics. https://github.com/linkedin/cruise-control/blob/b41be2b48edb6b350ed9bf9d0a9ea7622e3556fa/cruise-control/src/main/java/com/linkedin/kafka/cruisecontrol/monitor/sampling/CruiseControlMetricsReporterSampler.java#L46 At the start of each metrics sampling cycle, the consumer starts to collect ALL partition...
The implementation of the Python client is tightly coupled to the outputs of argparse, making it difficult to instantiate the various objects within the library without passing the values in...
Hi, I would like to use this on an EC2 Kafka cluster running on an older version of Kafka (2.0.0) From the README _Support for Apache Kafka 2.0, 2.1, 2.2,...
Hello everyone, This is my first issue posting on a public git project, so If I do this wrong please be aware. We are testing cruise control on a QIT...
Hi - can you please help I am trying to setup Cruisecontrol on confluent kafka 7.2.1 ,have taken latest code branch and copied metrics jar to `/usr/share/java/kafka` and restarted service....
The org.json JSON library used in cruise-control contains a potential vulnerability CVE-2022-45688. This can be mitigated by upgrading to version 20230227. Currently, version 20210307 is used.
Hey! I saw on the README that the current required Java version is 11. Are there any plans to officially support Java 17? Thanks in advance!
We are using cruise control with MSK. Our disk usage in cruise control doesn't match the cloud watch graph for disk used percentage. Since this is msk we are using...