Kyle Liberti

Results 49 comments of Kyle Liberti

On second thought, the formula should still hold and provide correct values between the interval of [0.0, 1.0] so long as the behavior of `getProcessCpuLoad()` is still providing values with...

Thanks @amuraru that is exactly what I was looking for, `getProcessCpuLoad` has been patched! So when running Cruise Control on Kubernetes we want to set `cruise.control.metrics.reporter.kubernetes.mode` to: - `true` when...

Hey @Emmenemoi, this should only be a problem when setting `cruise.control.metrics.reporter.kubernetes.mode` to `true`. It's also worth noting that `cruise.control.metrics.reporter.kubernetes.mode` should only be set to `true` when using an older java...

Since there are a few different options for running Kafka on Kubernetes, I think we should come up with a standard way of running Cruise Control on Kubernetes. For starters,...

Would people be open to a patch that would: 1. Offer a boolean configuration option in the cruisecontrol.properties file that would specify whether or not Cruise Control would be running...

Thanks for the reply @efeg! > I see the intention is to make it easier for users to resolve the capacity of brokers. To achieve that, I'd recommend using a...

I forgot that @tomncooper created a tool for this [1], I am hoping we could copy this or develop something similar into the Strimzi repo. I think a simple Kafka...

@katheris IIRC the `cruise.control.metrics.topic` config and all other Cruise Control Metric Reporter configs must be set in the `spec.kafka.config` instead of the `spec.cruiseControl.config`, since the Cruise Control Metric Reporters are...