m1a2st commented on code in PR #18713:
URL: https://github.com/apache/kafka/pull/18713#discussion_r1930524050


##########
server-common/src/main/java/org/apache/kafka/server/config/QuotaConfig.java:
##########
@@ -55,6 +55,7 @@ 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&gt quotas that are 
stored. " + 

Review Comment:
   It make sense to me, I think I can change to "that are stored and applied".



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