chia7712 commented on code in PR #21186:
URL: https://github.com/apache/kafka/pull/21186#discussion_r2638549094
##########
docs/configuration/topic-configs.md:
##########
@@ -38,6 +38,8 @@ Overrides can also be changed or set later using the alter
configs command. This
$ bin/kafka-configs.sh --bootstrap-server localhost:9092 --entity-type
topics --entity-name my-topic
--alter --add-config max.message.bytes=128000
+**Note**: When using `kafka-configs.sh` via the command line (CLI), the `$`
symbol must be escaped (e.g. `\$`) to prevent shell expansion.
Review Comment:
```
sh kafka-configs.sh --bootstrap-server localhost:9092 --broker-logger 0
--add-config
org.apache.kafka.server.quota.ClientQuotaManager\$ThrottledChannelReaper=DEBUG
--alter
```
An example is worth a thousand words
--
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]