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

dajac 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 52017a83db2 KAFKA-17383; Update upgrade notes about removal of 
`offsets.commit.required.acks` (#17446)
52017a83db2 is described below

commit 52017a83db2f9902c564ea40e7e3ec39a686ec7e
Author: David Jacot <[email protected]>
AuthorDate: Thu Oct 10 14:26:14 2024 +0200

    KAFKA-17383; Update upgrade notes about removal of 
`offsets.commit.required.acks` (#17446)
    
    This patch updates the upgrades note about the removal of 
`offsets.commit.required.acks` configuration in 4.0.
    
    Reviewers: Lianet Magrans <[email protected]>
---
 docs/upgrade.html | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/upgrade.html b/docs/upgrade.html
index c0c03f728e6..51b1c041176 100644
--- a/docs/upgrade.html
+++ b/docs/upgrade.html
@@ -39,6 +39,10 @@
                         <li>The <code>delegation.token.master.key</code> 
configuration was removed.
                             Please use 
<code>delegation.token.secret.key</code> instead.
                         </li>
+                        <li>
+                            The <code>offsets.commit.required.acks</code> 
configuration was removed.
+                            See <a 
href="https://cwiki.apache.org/confluence/x/9YobEg";>KIP-1041</a> for details.
+                        </li>
                     </ul>
                 </li>
                 <li><b>MirrorMaker</b>

Reply via email to