This is an automated email from the ASF dual-hosted git repository.

dajac pushed a commit to branch 3.1
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/3.1 by this push:
     new 1662884  MINOR: Fix client.quota.callback.class doc (#11510)
1662884 is described below

commit 16628846bbd5b9b7e885dfb903ab580b3032de42
Author: Joel Hamill <[email protected]>
AuthorDate: Thu Nov 18 02:04:25 2021 -0800

    MINOR: Fix client.quota.callback.class doc (#11510)
    
    Reviewers: David Jacot <[email protected]>
---
 core/src/main/scala/kafka/server/KafkaConfig.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/src/main/scala/kafka/server/KafkaConfig.scala 
b/core/src/main/scala/kafka/server/KafkaConfig.scala
index 4ff1920..d933ac3 100755
--- a/core/src/main/scala/kafka/server/KafkaConfig.scala
+++ b/core/src/main/scala/kafka/server/KafkaConfig.scala
@@ -954,7 +954,7 @@ 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, client-id&gt;, &lt;user&gt; or &lt;client-id&gt; " +
+    "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 " +
     "of the session and the client-id of the request is applied."
 

Reply via email to