guozhangwang commented on code in PR #12268:
URL: https://github.com/apache/kafka/pull/12268#discussion_r892733607
##########
core/src/main/scala/kafka/server/KafkaConfig.scala:
##########
@@ -980,8 +980,8 @@ object KafkaConfig {
val ControllerQuotaWindowSizeSecondsDoc = "The time span of each sample for
controller mutations quotas"
val ClientQuotaCallbackClassDoc = "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, <user>, <client-id>, <user> or <client-id> " +
- "quotas stored in ZooKeeper are applied. For any given request, the most
specific quota that matches the user principal " +
+ "which is used to determine quota limits applied to client requests. By
default, the <user> and <client-id> " +
+ "fquotas that are stored in ZooKeeper are applied. For any given request,
the most specific quota that matches the user principal " +
Review Comment:
fquotas -> quotas?
--
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]