DL1231 commented on code in PR #21186:
URL: https://github.com/apache/kafka/pull/21186#discussion_r2638594558


##########
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:
   I have a small question regarding the location. `topic-configs.md` seems to 
focus specifically on topic-level configurations, but the example we are adding 
is for `broker-logger`.
   
   It feels a bit out of context here. 



-- 
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]

Reply via email to