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 2023/02/07 18:27:20 UTC

[kafka-site] branch asf-site updated: MINOR: Add Notable chnages section for 3.4

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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new a182c0f3 MINOR: Add Notable chnages section for 3.4
a182c0f3 is described below

commit a182c0f3bcfca96d40de91ecee11b1cba30da94e
Author: Manikumar Reddy <ma...@gmail.com>
AuthorDate: Tue Feb 7 23:56:31 2023 +0530

    MINOR: Add Notable chnages section for 3.4
---
 34/upgrade.html | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/34/upgrade.html b/34/upgrade.html
index f395b308..716a908b 100644
--- a/34/upgrade.html
+++ b/34/upgrade.html
@@ -80,6 +80,13 @@
             However, it is possible to downgrade to production versions such as 3.3-IV0, 3.3-IV1, etc.</li>
     </ol>
 
+<h5><a id="upgrade_340_notable" href="#upgrade_340_notable">Notable changes in 3.4.0</a></h5>
+<ul>
+    <li>Since Apache Kafka 3.4.0, we have added a system property ("-Dorg.apache.kafka.disallowed.login.modules") to disable the problematic
+        login modules usage in SASL JAAS configuration. Also by default "com.sun.security.auth.module.JndiLoginModule" is disabled from Apache Kafka 3.4.0.
+    </li>
+</ul>
+
 <h4><a id="upgrade_3_3_1" href="#upgrade_3_3_1">Upgrading to 3.3.1 from any version 0.8.x through 3.2.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.