dengziming commented on code in PR #12175:
URL: https://github.com/apache/kafka/pull/12175#discussion_r875406021
##########
core/src/main/scala/kafka/tools/ConsoleConsumer.scala:
##########
@@ -248,6 +248,10 @@ object ConsoleConsumer extends Logging {
.withRequiredArg
.describedAs("prop")
.ofType(classOf[String])
+ val messageFormatterConfigOpt = parser.accepts("config", s"Config
properties file to initialize the message formatter. Note that
$messageFormatterArgOpt takes precedence over this config.")
Review Comment:
We already have an --consumer.config argument for properties file in
`ConsoleConsumer`
--
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]