[ https://issues.apache.org/jira/browse/KAFKA-10004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Luke Chen updated KAFKA-10004: ------------------------------ Description: When running {code:java} bin/kafka-configs.sh --describe --bootstrap-server localhost:9092 --entity-type brokers {code} the output will be: Dynamic configs for broker 0 are: .... Dynamic configs for broker <default> are: *The entity name for brokers must be a valid integer broker id, found: <default>* The default entity cannot successfully get the configs. was: When running {code:java} bin/kafka-configs.sh --describe --bootstrap-server localhost:9092 --entity-type brokers {code} the output will be: Dynamic configs for broker 0 are: .... Dynamic configs for broker <default> are: *The entity name for brokers must be a valid integer broker id, found: <default>* The default entity cannot successfully get the configs. > using kafka-configs.sh --describe for brokers will have error when querying > default broker > ------------------------------------------------------------------------------------------ > > Key: KAFKA-10004 > URL: https://issues.apache.org/jira/browse/KAFKA-10004 > Project: Kafka > Issue Type: Bug > Affects Versions: 2.5.0 > Reporter: Luke Chen > Assignee: Luke Chen > Priority: Major > > When running > {code:java} > bin/kafka-configs.sh --describe --bootstrap-server localhost:9092 > --entity-type brokers > {code} > the output will be: > Dynamic configs for broker 0 are: .... > Dynamic configs for broker <default> are: > *The entity name for brokers must be a valid integer broker id, found: > <default>* > > The default entity cannot successfully get the configs. -- This message was sent by Atlassian Jira (v8.3.4#803005)