mirror of https://github.com/apache/kafka.git
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:
parent
6d650ff9e5
commit
52017a83db
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue