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:59:07 UTC

[kafka] branch 3.3 updated: MINOR; Add missing li end tag (#12640)

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 545a0063fa7 MINOR; Add missing li end tag (#12640)
545a0063fa7 is described below

commit 545a0063fa79d9aa6a24f804bef8c91bd2dac71e
Author: José Armando García Sancio <js...@users.noreply.github.com>
AuthorDate: Wed Sep 14 08:55:28 2022 -0700

    MINOR; Add missing li end tag (#12640)
    
    Reviewers: Ismael Juma <is...@juma.me.uk>
---
 docs/upgrade.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/upgrade.html b/docs/upgrade.html
index bc5c1bae711..29192698aba 100644
--- a/docs/upgrade.html
+++ b/docs/upgrade.html
@@ -83,6 +83,7 @@
     <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>
         <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>.