You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by bb...@apache.org on 2020/11/06 15:17:29 UTC

[kafka] branch 2.7 updated: MINOR: Add back section taken out by mistake (#9544)

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

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


The following commit(s) were added to refs/heads/2.7 by this push:
     new 41c0243  MINOR: Add back section taken out by mistake (#9544)
41c0243 is described below

commit 41c0243b10e8342d5e1e116556cf9425e6550ebc
Author: Bill Bejeck <bb...@gmail.com>
AuthorDate: Wed Nov 4 14:44:29 2020 -0500

    MINOR: Add back section taken out by mistake (#9544)
    
    Reviewers: Matthias J. Sax <mj...@apache.org>
---
 docs/upgrade.html | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/docs/upgrade.html b/docs/upgrade.html
index 7743a02..03b7e5f 100644
--- a/docs/upgrade.html
+++ b/docs/upgrade.html
@@ -237,6 +237,15 @@
         (or to take advantage of <a href="#upgrade_11_exactly_once_semantics">exactly once semantics</a>),
         the newer Java clients must be used.
     </li>
+
+    <li>There are several notable changes to the reassignment tool <code>kafka-reassign-partitions.sh</code>
+        following the completion of
+        <a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-455%3A+Create+an+Administrative+API+for+Replica+Reassignment">KIP-455</a>.
+        This tool now requires the <code>--additional</code> flag to be provided when changing the throttle of an
+        active reassignment. Reassignment cancellation is now possible using the
+        <code>--cancel</code> command. Finally, reassignment with <code>--zookeeper</code>
+        has been deprecated in favor of <code>--bootstrap-server</code>. See the KIP for more detail.
+    </li>
 </ol>
 
 <h5 class="anchor-heading"><a id="upgrade_250_notable" class="anchor-link"></a><a href="#upgrade_250_notable">Notable changes in 2.5.0</a></h5>