DL1231 commented on code in PR #21131:
URL: https://github.com/apache/kafka/pull/21131#discussion_r2633189093
##########
server-common/src/main/java/org/apache/kafka/server/config/QuotaConfig.java:
##########
@@ -54,7 +54,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 and applied. " +
+ "By default, the <user> and <client-id> quotas that are
stored and applied. " +
Review Comment:
could you remove this change?
--
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]