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

Make the jetty listen on the same/different port with https with user supplied certificates

functionality

My kafka runs on SSL, and my port is 9093 so i have put the below configuration, but still i am getting the same error Collected 0 metrics for 0...

Right now it is possible to move leader replicas from a list of disks but there is no way to move all replicas from a disk to other disks of...

This PR resolves #1907 . This PR introduces a new endpoint that moves replicas from a specified disk to other disks of the same broker. This will allow the removal...

Following the AWS cruise control and cruise control ui installation and configuration against Kafka MSK, I end up in the following situation where cruise control (2.5.42) is connected to MSK...

Hi CC community, we would like to announce that we will deprecate _migrate_to_kafka_2_4_ branch from today. Here are some action items: - Please update your CC version to 2.5.*. We...

announcement

Today, the way we determine a partition is an URP (Under Replicated Partition) based on the size of ISR and RS. E.g. if ISR = [A, B], and RS =...

good first issue
robustness

Hi guys, any one faced this error before and was able to do some fixes ? `User-Task-ID header is not found in the response from the server. If you are...

With Kafka 3.3, the KafkaYammerMetrics class name changes: - KafkaYammerMetrics class in Kafka 3.2-: `kafka.metrics.KafkaYammerMetrics` - KafkaYammerMetrics class in Kafka 3.3+: `org.apache.kafka.server.metrics.KafkaYammerMetrics` To future proof against `ClassNotFoundException` errors and/or stale...

Is there any possibility of supporting JDK 1.8 with `migrate_to_kafka_2_5` branch ?