You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ij...@apache.org on 2022/09/13 19:03:04 UTC

[kafka] branch kraft-mode-prod-ready-upgrade-note created (now 0e7edea7ef2)

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

ijuma pushed a change to branch kraft-mode-prod-ready-upgrade-note
in repository https://gitbox.apache.org/repos/asf/kafka.git


      at 0e7edea7ef2 MINOR: Mention that kraft is production ready in upgrade notes

This branch includes the following new commits:

     new 0e7edea7ef2 MINOR: Mention that kraft is production ready in upgrade notes

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[kafka] 01/01: MINOR: Mention that kraft is production ready in upgrade notes

Posted by ij...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ijuma pushed a commit to branch kraft-mode-prod-ready-upgrade-note
in repository https://gitbox.apache.org/repos/asf/kafka.git

commit 0e7edea7ef28ea6ed6edddfb4715dfcc25e492a1
Author: Ismael Juma <is...@juma.me.uk>
AuthorDate: Tue Sep 13 12:02:54 2022 -0700

    MINOR: Mention that kraft is production ready in upgrade notes
---
 docs/upgrade.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/upgrade.html b/docs/upgrade.html
index 9ac1eccdb2c..6b6744788f1 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>.