Luke Chen created KAFKA-10004:
---------------------------------

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


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)

Reply via email to