This is an automated email from the ASF dual-hosted git repository.
chia7712 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 3ebe21c8f15 MINOR: correct user reference in quota configuration from
'userA' to 'user1' (#19140)
3ebe21c8f15 is described below
commit 3ebe21c8f1517429117a0b3dc886dce3bae5b2d7
Author: Nick Guo <[email protected]>
AuthorDate: Sun Mar 9 23:44:56 2025 +0800
MINOR: correct user reference in quota configuration from 'userA' to
'user1' (#19140)
Reviewers: TengYao Chi <[email protected]>, Ken Huang
<[email protected]>, Chia-Ping Tsai <[email protected]>
---
docs/ops.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/ops.html b/docs/ops.html
index bee5c4d5b55..531d1225c40 100644
--- a/docs/ops.html
+++ b/docs/ops.html
@@ -468,7 +468,7 @@ Updated config for entity: client-id 'clientA'.</code></pre>
It is possible to set default quotas for each (user, client-id), user or
client-id group by specifying <i>--entity-default</i> option instead of
<i>--entity-name</i>.
<p>
- Configure default client-id quota for user=userA:
+ Configure default client-id quota for user=user1:
<pre><code class="language-bash">$ bin/kafka-configs.sh --bootstrap-server
localhost:9092 --alter --add-config
'producer_byte_rate=1024,consumer_byte_rate=2048,request_percentage=200'
--entity-type users --entity-name user1 --entity-type clients --entity-default
Updated config for entity: user-principal 'user1', default
client-id.</code></pre>