Thomas Cooper
Thomas Cooper
So the x86 build passed but the s390x one failed. I wonder if the s390x Kafka 3.2.1 build has been released yet?
Ok I checked and Kafka 3.2.1 has all the necessary s390x binaries.
0.1.0 seems like an strange version number (the latest ones are 2.x.x)? Are you building CC from source? Which branch did you build from (master or one of the migrate...
Making this functionality "automatic" is risky as increasing the partition count could potentially destroy within key ordering guarantees. So this would need to careful approval and/or notifications attached to any...
tar.gz files are already produced as part of the [releases](https://github.com/linkedin/cruise-control/releases)?
Yeah, that would do the job. I also remember @see-quick looking at porting this to java for the System Tests?
We do plan to support self-healing at some point in the future. It is disabled for the initial CC integration as self-healing can make changes to the cluster that the...
@KTAtkinson Since this PR was posted the confluent-kafka version has already been updated, but the config change to use cooperative rebalancing in the consumer is still an important change. What...
@gyfora Given that we have upgraded to Kafka 3.9.0, this PR can be closed.
Looks like you have CI failures in the `AnomalyDetectorManagerTest`, did they pass locally for you? ``` com.linkedin.kafka.cruisecontrol.detector.AnomalyDetectorManagerTest > testFixDiskFailure FAILED java.lang.AssertionError: On mock #1 (zero indexed): Expectation failure on verify:...