chia7712 commented on code in PR #18713: URL: https://github.com/apache/kafka/pull/18713#discussion_r1930508078
########## 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> quotas that are stored. " + Review Comment: It seems to me the key is "applied" rather than "stored". Callback users are primarily concerned with understanding the specific quotas they can utilize through this interface. @ijuma FYI -- 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