cruise-control icon indicating copy to clipboard operation
cruise-control copied to clipboard

Insufficient logging with querying Kafka cluster load with "allow_capacity_estimation" parameter set

Open Lincong opened this issue 4 years ago • 0 comments

Users can query Kafka cluster load with the allow_capacity_estimation parameter. For example:

GET http://<Cruise Control host>:<port>/kafkacruisecontrol/load?allow_capacity_estimation=true

However, looking at the Cruise Control log file, we cannot tell whether allow_capacity_estimation took effect or not. The log trace needs to be enriched so that users can get more insights regarding the processing of the request with this parameter.

Lincong avatar Oct 16 '20 03:10 Lincong