mirror of https://github.com/apache/kafka.git
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:
parent
e138772ba5
commit
26e3b813af
|
@ -118,10 +118,6 @@
|
|||
--to-earliest Reset offsets to earliest offset.
|
||||
--to-latest Reset offsets to latest offset.
|
||||
--to-offset <Long> 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>
|
||||
|
|
Loading…
Reference in New Issue