You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Luke Chen (Jira)" <ji...@apache.org> on 2020/05/15 14:00:00 UTC

[jira] [Created] (KAFKA-10004) using kafka-configs.sh --describe for brokers will have error when querying default broker

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)