KAFKA-14217: app-reset-tool.html should not show --zookeeper flag that no longer exists (#12618)

Reviewers: Luke Chen <showuon@gmail.com>
This commit is contained in:
Colin Patrick McCabe 2022-09-12 08:33:01 -07:00 committed by GitHub
parent e138772ba5
commit 26e3b813af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -118,10 +118,6 @@
--to-earliest Reset offsets to earliest offset.
--to-latest Reset offsets to latest offset.
--to-offset &lt;Long&gt; Reset offsets to a specific offset.
--zookeeper Zookeeper option is deprecated by
bootstrap.servers, as the reset tool
would no longer access Zookeeper
directly.
--force Force removing members of the consumer group
(intended to remove left-over members if
long session timeout was configured).</code></pre>