You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2022/06/08 19:03:08 UTC

[GitHub] [kafka] joel-hamill commented on a diff in pull request #12268: [MINOR] Fix typo

joel-hamill commented on code in PR #12268:
URL: https://github.com/apache/kafka/pull/12268#discussion_r892758982


##########
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, &lt;user&gt;, &lt;client-id&gt;, &lt;user&gt; or &lt;client-id&gt; " +
-    "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 &lt;user&gt; and &lt;client-id&gt; " +
+    "fquotas that are stored in ZooKeeper are applied. For any given request, the most specific quota that matches the user principal " +

Review Comment:
   @guozhangwang fixed https://github.com/apache/kafka/pull/12268/commits/6dda80a246e09c15127cb310a18b8f24abfc7aaa



-- 
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-unsubscribe@kafka.apache.org

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