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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 9d5dd079feb KAFKA-18068 Document deprecation of 
PARTITIONER_ADPATIVE_PARTITIONING_ENABLE_CONFIG (#20322)
9d5dd079feb is described below

commit 9d5dd079feb55f09be6841d652cdcdfe02ee6b9a
Author: Ming-Yen Chung <[email protected]>
AuthorDate: Fri Aug 8 02:30:24 2025 +0800

    KAFKA-18068 Document deprecation of 
PARTITIONER_ADPATIVE_PARTITIONING_ENABLE_CONFIG (#20322)
    
    Document deprecation of PARTITIONER_ADPATIVE_PARTITIONING_ENABLE_CONFIG
    in `upgrade.html`, which was missed in #20317
    
    Reviewers: Ken Huang <[email protected]>, Chia-Ping Tsai
     <[email protected]>
---
 docs/upgrade.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/upgrade.html b/docs/upgrade.html
index ac32d983e88..f0f3f540738 100644
--- a/docs/upgrade.html
+++ b/docs/upgrade.html
@@ -37,6 +37,9 @@
     <li>
         The support for MX4J library, enabled through 
<code>kafka_mx4jenable</code> system property, was deprecated and will be 
removed in Kafka 5.0.
     </li>
+    <li>
+        The <code>PARTITIONER_ADPATIVE_PARTITIONING_ENABLE_CONFIG</code> in 
<code>ProducerConfig</code> was deprecated and will be removed in Kafka 5.0. 
Please use the <code>PARTITIONER_ADAPTIVE_PARTITIONING_ENABLE_CONFIG</code> 
instead.
+    </li>
 </ul>
 
 <h4><a id="upgrade_4_1_0" href="#upgrade_4_1_0">Upgrading to 4.1.0</a></h4>

Reply via email to