You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by mi...@apache.org on 2023/04/17 13:49:45 UTC

[kafka] branch trunk updated: MINOR: Add StreamsResetter tool migration note (#13586)

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

mimaison 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 3d4a4d28e1c MINOR: Add StreamsResetter tool migration note (#13586)
3d4a4d28e1c is described below

commit 3d4a4d28e1cd4712c514eab0b70a4e14c1813397
Author: Federico Valeri <fe...@gmail.com>
AuthorDate: Mon Apr 17 15:49:36 2023 +0200

    MINOR: Add StreamsResetter tool migration note (#13586)
    
    
    Reviewers: Mickael Maison <mi...@gmail.com>
---
 docs/upgrade.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/upgrade.html b/docs/upgrade.html
index ff5d8797ba9..901897f887d 100644
--- a/docs/upgrade.html
+++ b/docs/upgrade.html
@@ -34,7 +34,7 @@
             This new setting is marked deprecated and will be removed in the next major release when incrementalAlterConfigs API is always used.
             See <a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-894%3A+Use+incrementalAlterConfigs+API+for+syncing+topic+configurations">KIP-894</a> for more details.
         </li>
-        <li>The JmxTool and EndToEndLatency tools have been migrated to the tools module.
+        <li>The JmxTool, EndToEndLatency and StreamsResetter have been migrated to the tools module.
             The 'kafka.tools' package is deprecated and will change to 'org.apache.kafka.tools' in the next major release.
             See <a href="https://issues.apache.org/jira/browse/KAFKA-14525">KAFKA-14525</a> for more details.
         </li>