AndrewJSchofield commented on code in PR #16887:
URL: https://github.com/apache/kafka/pull/16887#discussion_r1724977996


##########
core/src/main/scala/kafka/admin/ConfigCommand.scala:
##########
@@ -868,6 +871,9 @@ object ConfigCommand extends Logging {
     val ip: OptionSpec[String] = parser.accepts("ip", "The IP address.")
       .withRequiredArg
       .ofType(classOf[String])
+    val group: OptionSpec[String] = parser.accepts("group", "The group's 
name.")

Review Comment:
   This is a group ID really, not a group name.



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