linkedin / cruise-control

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 Kafka clusters.
https://github.com/linkedin/cruise-control/tags
BSD 2-Clause "Simplified" License
2.74k stars 585 forks source link

Support intra-broker throttling (replica.alter.log.dirs.io.max.bytes.per.second) #2145

Open dongjinleekr opened 5 months ago

dongjinleekr commented 5 months ago

This PR resolves #1851.

dongjinleekr commented 5 months ago

This PR is an WIP; I will test this feature in our in-house fork (@naver) this week. Stay tuned!! :upside_down_face:

dongjinleekr commented 3 months ago

@aswinayyolath @mhratson @jiao-zhangS Could you kindly have a look? We adopted this patch to our in-house distribution and confirmed it works correctly. :pray: