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're running cruise-control 2.5.83 against MSK 2.8.2 with the stock Prometheus config and the `AWS_MSK_IAM` sasl config. The set of broker IDs is `[1,2,3]` and for some reason Cruise Control...
Hey. We have configured: * `MinTopicLeadersPerBrokerGoal` as a hard goal * `min.topic.leaders.per.broker: 0` * `topics.with.min.leaders.per.broker: "^(?!team_).*"` with the intention of distributing the leaders for each topic (except for those prefixed...
Kafka 3.5.1 fixes CVE-2023-34455 - Kafka CLIENTS USING SNAPPY COMPRESSION MAY CAUSE OUT OF MEMORY ERROR ON BROKERS https://nvd.nist.gov/vuln/detail/CVE-2023-34455 https://kafka.apache.org/cve-list.html Would it be possible to upgrade the Kafka library to...
Getting 0 metrics collected from 0 brokers when kafka is upgraded from 2.8.1 to 3.3.1 Can someone help here.
I have a question related to this line of code https://github.com/linkedin/cruise-control/blob/28395928a2fed7dd01ff48efedd27ab351ca912a/cruise-control/src/main/java/com/linkedin/kafka/cruisecontrol/monitor/sampling/prometheus/DefaultPrometheusQuerySupplier.java#L68 Here why would we want to send a query with the label `topic=""`? Based on my experience this query...
This PR resolves #2042.
How does CC adds new brokers? E.g We run our kafka cluster on VM's and I was wondering how can we extend CC so that it can provision VM's for...
Hi team, I kept getting this issue when trying to remove brokers/cluster rebalancing: ``` ERROR: Error processing POST request '/remove_broker' due to: 'com.linkedin.kafka.cruisecontrol.exception.KafkaCruiseControlException: com.linkedin.cruisecontrol.exception.NotEnoughValidWindowsException: There are only 0 valid windows...
Kafka Clients of version 3.3.2 and earlier are vulnerable to CVE-2023-25194: https://security.snyk.io/vuln/SNYK-JAVA-ORGAPACHEKAFKA-3317161 Cruise Control is using Kafka Client 3.1.0: https://github.com/linkedin/cruise-control/blob/migrate_to_kafka_2_5/gradle.properties#L5C1-L5C19 Would it be possible to upgrade the Kafka Client library...
ATL (auth to local rules) support does not exist yet, short principals will be used in authentication / authorization. This impacts custom Kerberos principals and any use case relying on...