mirror of https://github.com/apache/kafka.git
Checked the documentation, we must use `--zookeeper` option in 3 places (alter and describe): 1. user configs where the config is a SCRAM mechanism name (i.e. a SCRAM credential for a user) 2. update broker configs for a particular broker when that broker is down 3. broker default configs when all brokers are down Reference: 1. [config SCRAM Credentials](https://kafka.apache.org/documentation/#security_sasl_scram_credentials) 2. [Update config before broker started](https://kafka.apache.org/documentation/#dynamicbrokerconfigs) So, after this PR, we only support `--zookeeper` on `users` and `brokers` entity. Add some argument parse rules and tests. Reviewers: Ron Dagostino <rdagostino@confluent.io>, Ismael Juma <ismael@juma.me.uk> |
||
---|---|---|
.. | ||
documentation | ||
images | ||
js | ||
streams | ||
api.html | ||
configuration.html | ||
connect.html | ||
design.html | ||
documentation.html | ||
ecosystem.html | ||
implementation.html | ||
introduction.html | ||
migration.html | ||
ops.html | ||
protocol.html | ||
quickstart.html | ||
security.html | ||
toc.html | ||
upgrade.html | ||
uses.html |