You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by js...@apache.org on 2022/09/14 15:32:30 UTC

[kafka] branch 3.3 updated: MINOR: Mention that kraft is production ready in upgrade notes (#12635)

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

jsancio 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 42bbc95c76e MINOR: Mention that kraft is production ready in upgrade notes (#12635)
42bbc95c76e is described below

commit 42bbc95c76e2451c021bbb7f4433a769c9e9e27e
Author: Ismael Juma <is...@juma.me.uk>
AuthorDate: Wed Sep 14 08:30:39 2022 -0700

    MINOR: Mention that kraft is production ready in upgrade notes (#12635)
    
    Reviewers: José Armando García Sancio <js...@apache.org>
---
 docs/upgrade.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/upgrade.html b/docs/upgrade.html
index f6ad74e999d..bc5c1bae711 100644
--- a/docs/upgrade.html
+++ b/docs/upgrade.html
@@ -81,6 +81,8 @@
 
 <h5><a id="upgrade_330_notable" href="#upgrade_330_notable">Notable changes in 3.3.0</a></h5>
     <ul>
+        <li>KRaft mode is production ready for new clusters. See <a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-833%3A+Mark+KRaft+as+Production+Ready">KIP-833</a>
+	    for more details (including limitations).
         <li>The partitioner used by default for records with no keys has been improved to avoid pathological behavior when one or more brokers are slow.
             The new logic may affect the batching behavior, which can be tuned using the <code>batch.size</code> and/or <code>linger.ms</code> configuration settings.
             The previous behavior can be restored by setting <code>partitioner.class=org.apache.kafka.clients.producer.internals.DefaultPartitioner</code>.