This is an automated email from the ASF dual-hosted git repository. edocomar pushed a commit to branch ec/KAFKA-19026 in repository https://gitbox.apache.org/repos/asf/kafka-site.git
commit 5a148010438697cba10bc2750d7f792cafcb4e20 Author: Edoardo Comar <eco...@uk.ibm.com> AuthorDate: Fri Apr 25 12:01:30 2025 +0100 KAFKA-19026: add note in ZK to KRaft migration Add a brief note pointing to the issue in the 3.9 migration guide --- 39/ops.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/39/ops.html b/39/ops.html index e208f92ff..5d37d10be 100644 --- a/39/ops.html +++ b/39/ops.html @@ -4009,6 +4009,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>