[
https://issues.apache.org/jira/browse/KAFKA-10004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Colin McCabe updated KAFKA-10004:
---------------------------------
Summary: ConfigCommand fails to find default broker configs without ZK
(was: KAFKA-10004: ConfigCommand fails to find default broker configs without
ZK)
> ConfigCommand fails to find default broker configs without ZK
> -------------------------------------------------------------
>
> 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
> Fix For: 2.6.0, 2.5.1
>
>
> 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)