KAFKA-19026: add note in ZK to KRaft migration (#19563)

Add a brief note pointing to the issue in the migration guide

Reviewers: Luke Chen <showuon@gmail.com>, TengYao Chi
<frankvicky@apache.org>
This commit is contained in:
Edoardo Comar 2025-04-26 02:54:55 +01:00 committed by GitHub
parent 141693270b
commit ed900eb96f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -4010,6 +4010,11 @@ foo
</li> </li>
<li><a href="#kraft_missing">As noted above</a>, some features are not fully implemented in KRaft mode. If you are <li><a href="#kraft_missing">As noted above</a>, some features are not fully implemented in KRaft mode. If you are
using one of those features, you will not be able to migrate to KRaft yet.</li> using one of those features, you will not be able to migrate to KRaft yet.</li>
<li>
There is a known inconsistency between ZK and KRaft modes in the arguments passed to an <code>AlterConfigPolicy</code>,
when an <code>OpType.SUBTRACT</code> is processed.
For further details refer to <a href="https://issues.apache.org/jira/browse/KAFKA-19026">KAFKA-19026</a>.
</li>
</ul> </ul>
<h3>Preparing for migration</h3> <h3>Preparing for migration</h3>