chia7712 commented on code in PR #21186:
URL: https://github.com/apache/kafka/pull/21186#discussion_r2637079665
##########
core/src/main/scala/kafka/admin/ConfigCommand.scala:
##########
@@ -138,6 +138,7 @@ object ConfigCommand extends Logging {
private def validatePropsKey(props: Properties): Unit = {
props.keySet.forEach { propsKey =>
// Allows the '$' symbol to support valid logger names for internal
classes (e.g.
org.apache.kafka.server.quota.ClientQuotaManager$ThrottledChannelReaper)
+ // Note: when using this via the command line (CLI), the '$' must be
escaped (e.g. '\$')
Review Comment:
It would be better to update `topic-configs.md` instead of this Scala file
--
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]