apoorvmittal10 commented on code in PR #14632:
URL: https://github.com/apache/kafka/pull/14632#discussion_r1390331820


##########
core/src/main/scala/kafka/admin/ConfigCommand.scala:
##########
@@ -791,10 +811,10 @@ object ConfigCommand extends Logging {
     val describeOpt = parser.accepts("describe", "List configs for the given 
entity.")
     val allOpt = parser.accepts("all", "List all configs for the given topic, 
broker, or broker-logger entity (includes static configuration when the entity 
type is brokers)")
 
-    val entityType = parser.accepts("entity-type", "Type of entity 
(topics/clients/users/brokers/broker-loggers/ips)")
+    val entityType = parser.accepts("entity-type", "Type of entity 
(topics/clients/users/brokers/broker-loggers/ips/client-metrics)")
       .withRequiredArg
       .ofType(classOf[String])
-    val entityName = parser.accepts("entity-name", "Name of entity (topic 
name/client id/user principal name/broker id/ip)")
+    val entityName = parser.accepts("entity-name", "Name of entity (topic 
name/client id/user principal name/broker id/ip/client metrics subscription 
name)")

Review Comment:
   Make sense, removed subscription 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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to