cruise-control icon indicating copy to clipboard operation
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...

Results 283 cruise-control issues
Sort by recently updated
recently updated
newest added

When using Mirror Maker 2 with MSK cluster some topics are internal topics handled by MM2 and are hardcoded with '.' . Does not matter if I use the "replication.policy.separator=_"...

I noticed that we don't handle the error thrown from Web server startup. One of the common problem can be the 'port in use' when Web server starts up. The...

I am exploring building a pluggable Goal and a Cache/Listener to have a `BrokerGroup` Information. I notice that there are multiple pluggable interfaces e.g. `Provisioner`. Goal is an interface as...

Hello, Has some one integrated Cruise Control with AWS Cognito for authentication ? If yes , please share details. Where can i find full list of options for **jwt** that...

Currently we can only specify one metric anomaly type to be reported via config[metric.anomaly.class](https://github.com/linkedin/cruise-control/blob/fa28efe7207c3447bca4a55447f42e120e5acd66/cruise-control/src/main/java/com/linkedin/kafka/cruisecontrol/config/constants/AnomalyDetectorConfig.java#L77). So even we can specify multiple metric anomaly finders via config [metric.anomaly.finder.class](https://github.com/linkedin/cruise-control/blob/fa28efe7207c3447bca4a55447f42e120e5acd66/cruise-control/src/main/java/com/linkedin/kafka/cruisecontrol/config/constants/AnomalyDetectorConfig.java#L38), only one of them...

good first issue
correctness

Hi, Could you give some tips on how to enable json logging? I am trying to set up a Strimzi Kafka deployment w/ cruise-control and I have most things running...

This PR partially resolves #1437 (this is a hard goal vs. the requested soft goal). ## What This PR adds the `TopicLeadershipDistributionGoal` hard goal. It endeavors to balance partition leadership...

Hi, I have placed the cruise-control-metrics-reporter-0.1.0-SNAPSHOT.jar under /usr/share/java/kafka/ location. #ls -l /usr/share/java/kafka/cruise-control-metrics-reporter-0.1.0-SNAPSHOT.jar -rw-r--r-- 1 root root 51720 Jul 31 17:07 /usr/share/java/kafka/cruise-control-metrics-reporter-0.1.0-SNAPSHOT.jar I see that the jar is loaded by the...

Hi, I was trying to setup cruisecontrol for mutual TLS ZK Cluster and Kafka Cluster. I have provided the ssl properties in cruisecontrol.properties , however when I run cruisecontrol startup...

question