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

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


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

commit cb31f9ade0baf56f71c6433eea46324ab5676f9e
Author: Colin Patrick McCabe <[email protected]>
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 <[email protected]>
---
 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>

Reply via email to