ijuma commented on code in PR #18346:
URL: https://github.com/apache/kafka/pull/18346#discussion_r1929621640


##########
server-common/src/main/java/org/apache/kafka/server/config/QuotaConfig.java:
##########
@@ -54,9 +54,8 @@ public class QuotaConfig {
 
     public static final String CLIENT_QUOTA_CALLBACK_CLASS_CONFIG = 
"client.quota.callback.class";
     public static final String CLIENT_QUOTA_CALLBACK_CLASS_DOC = "The fully 
qualified name of a class that implements the ClientQuotaCallback interface, " +
-            "which is used to determine quota limits applied to client 
requests. By default, the <user> and <client-id> " +
-            "quotas that are stored in ZooKeeper are applied. For any given 
request, the most specific quota that matches the user principal " +

Review Comment:
   The explanation of the default behavior is still useful (without mentioning 
zk specifically).



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to