mirror of https://github.com/apache/kafka.git
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:
parent
141693270b
commit
ed900eb96f
|
@ -4010,6 +4010,11 @@ foo
|
|||
</li>
|
||||
<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>
|
||||
<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>
|
||||
|
||||
<h3>Preparing for migration</h3>
|
||||
|
|
Loading…
Reference in New Issue