You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by jg...@apache.org on 2022/02/08 19:21:22 UTC

[kafka] branch 3.1 updated: MINOR: Fix 3.1 upgrade notes for idempotence bug (#11737)

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

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


The following commit(s) were added to refs/heads/3.1 by this push:
     new 85f527e  MINOR: Fix 3.1 upgrade notes for idempotence bug (#11737)
85f527e is described below

commit 85f527e438125d15cab894d2c3c6f6f104699c16
Author: Jason Gustafson <ja...@confluent.io>
AuthorDate: Tue Feb 8 11:19:50 2022 -0800

    MINOR: Fix 3.1 upgrade notes for idempotence bug (#11737)
    
    Remove 3.2 notes which were accidentally included after cherry-picking https://github.com/apache/kafka/pull/11691. Add the section about the idempotence bug in 3.1 notable items.
    
    Reviewers: Luke Chen <sh...@gmail.com>, Jason Gustafson <ja...@confluent.io>
---
 docs/upgrade.html | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/docs/upgrade.html b/docs/upgrade.html
index 71ded0c..9bf6b95 100644
--- a/docs/upgrade.html
+++ b/docs/upgrade.html
@@ -19,14 +19,6 @@
 
 <script id="upgrade-template" type="text/x-handlebars-template">
 
-<h5><a id="upgrade_320_notable" href="#upgrade_320_notable">Notable changes in 3.2.0</a></h5>
-    <ul>
-        <li>Idempotence for the producer is enabled by default. In 3.0.0 and 3.1.0, a bug prevented this default from being applied,
-            which meant that idempotence remained disabled unless the user had explicitly set <code>enable.idempotence</code> to true
-            (See <a href="https://issues.apache.org/jira/browse/KAFKA-13598">KAFKA-13598</a>for more details).
-            This issue was fixed and the default is properly applied in 3.0.1, 3.1.1, and 3.2.0.</li>
-    </ul>
-
 <h4><a id="upgrade_3_1_0" href="#upgrade_3_1_0">Upgrading to 3.1.0 from any version 0.8.x through 3.0.x</a></h4>
 
 <p><b>If you are upgrading from a version prior to 2.1.x, please see the note below about the change to the schema used to store consumer offsets.
@@ -88,6 +80,11 @@
         for more details.</li>
     <li>IBP 3.1 introduces topic IDs to FetchRequest as a part of
         <a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-516%3A+Topic+Identifiers">KIP-516</a>.</li>
+    <li>Idempotence for the producer is enabled by default. In 3.0.0 and 3.1.0, a bug prevented this default from being applied,
+        which meant that idempotence remained disabled unless the user had explicitly set <code>enable.idempotence</code> to true
+        (See <a href="https://issues.apache.org/jira/browse/KAFKA-13598">KAFKA-13598</a>for more details).
+        This issue was fixed and the default is properly applied in 3.0.1, 3.1.1, and 3.2.0.
+    </li>
 </ul>
 
 <h4><a id="upgrade_3_0_0" href="#upgrade_3_0_0">Upgrading to 3.0.0 from any version 0.8.x through 2.8.x</a></h4>