cmccabe commented on a change in pull request #10194: URL: https://github.com/apache/kafka/pull/10194#discussion_r583293910
########## File path: clients/src/main/resources/common/message/DescribeClientQuotasRequest.json ########## @@ -16,7 +16,7 @@ { "apiKey": 48, "type": "request", - "listeners": ["zkBroker", "broker"], + "listeners": ["zkBroker"], Review comment: Hmm... looking at trunk, it looks like there are some changes from the KIP-500 branch that didn't make it over. `handleDescribeClientQuotasRequest` did work in the kip-500 branch. Anyway, at this point, I think we should just disable it and put client quotas support on the TODO list for the next release (sigh) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org