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 <lmagrans@confluent.io>
This commit is contained in:
David Jacot 2024-10-10 14:26:14 +02:00 committed by GitHub
parent 6d650ff9e5
commit 52017a83db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -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>