[
https://issues.apache.org/jira/browse/KAFKA-9979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
jiamei xie resolved KAFKA-9979.
-------------------------------
Resolution: Duplicate
It has been fixed
> The "--zookeeper" option can't be used with bin/kafka-configs.sh . The
> document should be updated
> -------------------------------------------------------------------------------------------------
>
> Key: KAFKA-9979
> URL: https://issues.apache.org/jira/browse/KAFKA-9979
> Project: Kafka
> Issue Type: Bug
> Components: config, documentation
> Reporter: jiamei xie
> Priority: Major
>
> Running with command " bin/kafka-configs.sh --describe --zookeeper
> localhost:2181 --entity-type brokers" , the output is
> Warning: --zookeeper is deprecated and will be removed in a future version of
> Kafka.
> Use --bootstrap-server instead to specify a broker to connect to.
> Running with command " bin/kafka-configs.sh --describe --bootstrap-server
> wls-x86-hp04:9092 --entity-type brokers", the output is
> Dynamic configs for broker 0 are:
> Dynamic configs for broker 1 are:
> Dynamic configs for broker <default> are:
> The entity name for brokers must be a valid integer broker id, found:
> <default>
> In document https://kafka.apache.org/documentation/#rep-throttle, it uses
> "zookeeper", which should be updated
--
This message was sent by Atlassian Jira
(v8.3.4#803005)