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/12 03:44:00 UTC

[jira] [Commented] (KAFKA-9979) The "--zookeeper" option can't be used with bin/kafka-configs.sh . The document should be updated

    [ https://issues.apache.org/jira/browse/KAFKA-9979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17105034#comment-17105034 ] 

Luke Chen commented on KAFKA-9979:
----------------------------------

Hi [~adally] , this issue has been fixed. Please check here: [https://github.com/apache/kafka/pull/8482/files#diff-22956c3cc0f5bb53d95fb30c9776f81dL496]

Thanks.

> 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)