splett2 commented on a change in pull request #9628: URL: https://github.com/apache/kafka/pull/9628#discussion_r536238405
########## File path: core/src/main/scala/kafka/admin/ConfigCommand.scala ########## @@ -778,6 +793,10 @@ object ConfigCommand extends Config { val brokerLogger = parser.accepts("broker-logger", "The broker's ID for its logger config.") .withRequiredArg .ofType(classOf[String]) + val ipDefaults = parser.accepts("ip-defaults", "The config defaults for all IPs.") + val ip = parser.accepts("ip", "The IP address.") Review comment: will do, along with the change to lower ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org