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

[kafka] 05/06: MINOR: Bump version in upgrade guide to 2.8.2

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

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

commit f6583c9d63379e18702bab29bff622af30d80b57
Author: Manikumar Reddy <ma...@gmail.com>
AuthorDate: Fri Sep 2 14:08:55 2022 +0530

    MINOR: Bump version in upgrade guide to 2.8.2
---
 docs/upgrade.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/upgrade.html b/docs/upgrade.html
index ecebba9ec2..0d5094657d 100644
--- a/docs/upgrade.html
+++ b/docs/upgrade.html
@@ -19,7 +19,7 @@
 
 <script id="upgrade-template" type="text/x-handlebars-template">
 
-<h4><a id="upgrade_2_8_1" href="#upgrade_2_8_1">Upgrading to 2.8.1 from any version 0.8.x through 2.7.x</a></h4>
+<h4><a id="upgrade_2_8_2" href="#upgrade_2_8_2">Upgrading to 2.8.2 from any version 0.8.x through 2.7.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.
     Once you have changed the inter.broker.protocol.version to the latest version, it will not be possible to downgrade to a version prior to 2.1.</b></p>
@@ -79,6 +79,8 @@
     <li>Kafka Streams introduce a type-safe <code>split()</code> operator as a substitution for deprecated <code>KStream#branch()</code> method
         (cf. <a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-418%3A+A+method-chaining+way+to+branch+KStream">KIP-418</a>).
     </li>
+    <li>KRaft mode is available as Early Access feature in 2.8.0 release. This is discontinued in 2.8.2 release. Please use 3.0 relase and above for KRaft mode
+    </li>
 </ul>
 
 <h4><a id="upgrade_2_7_1" href="#upgrade_2_7_1">Upgrading to 2.7.1 from any version 0.8.x through 2.6.x</a></h4>