This is an automated email from the ASF dual-hosted git repository.
guozhang pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new 249cd4461f MINOR: Fix typo in Kafka config docs (#12268)
249cd4461f is described below
commit 249cd4461faf003e6baa2327e9ceb130eb80c952
Author: Joel Hamill <[email protected]>
AuthorDate: Wed Jun 8 13:51:41 2022 -0700
MINOR: Fix typo in Kafka config docs (#12268)
Reviewers: Guozhang Wang <[email protected]>
---
core/src/main/scala/kafka/server/KafkaConfig.scala | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/src/main/scala/kafka/server/KafkaConfig.scala
b/core/src/main/scala/kafka/server/KafkaConfig.scala
index f751cc21a6..3d7df18cbb 100755
--- a/core/src/main/scala/kafka/server/KafkaConfig.scala
+++ b/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> " +
+ "quotas that are 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."
val DeleteTopicEnableDoc = "Enables delete topic. Delete topic through the
admin tool will have no effect if this config is turned off"