You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by cm...@apache.org on 2022/09/12 15:33:17 UTC

[kafka] branch trunk updated: KAFKA-14217: app-reset-tool.html should not show --zookeeper flag that no longer exists (#12618)

This is an automated email from the ASF dual-hosted git repository.

cmccabe pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 26e3b813af KAFKA-14217: app-reset-tool.html should not show --zookeeper flag that no longer exists (#12618)
26e3b813af is described below

commit 26e3b813af88e29776c81bd065ded46b2daad720
Author: Colin Patrick McCabe <cm...@apache.org>
AuthorDate: Mon Sep 12 08:33:01 2022 -0700

    KAFKA-14217: app-reset-tool.html should not show --zookeeper flag that no longer exists (#12618)
    
    Reviewers: Luke Chen <sh...@gmail.com>
---
 docs/streams/developer-guide/app-reset-tool.html | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/docs/streams/developer-guide/app-reset-tool.html b/docs/streams/developer-guide/app-reset-tool.html
index 597b662a52..b84fecc97a 100644
--- a/docs/streams/developer-guide/app-reset-tool.html
+++ b/docs/streams/developer-guide/app-reset-tool.html
@@ -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>