cmccabe opened a new pull request, #13645:
URL: https://github.com/apache/kafka/pull/13645

   Don't allow setting negative or zero values for quotas. Don't allow SCRAM 
mechanism names to be used as client quota names. SCRAM mechanisms are not 
client quotas. (The confusion arose because of internal ZK representation 
details that treated them both as "client configs.")
   
   Add unit tests for ClientQuotaControlManager.isValidIpEntity and 
ClientQuotaControlManager.configKeysForEntityType.
   
   This change doesn't affect metadata record application, only input 
validation. If there are bad client quotas that are set currently, this change 
will not alter the current behavior (of throwing an exception and ignoring the 
bad quota).


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to