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 66688944f73d28f8328b8baa04c407c276fdf7d4 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 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/39/ops.html b/39/ops.html index e208f92ff..97429b370 100644 --- a/39/ops.html +++ b/39/ops.html @@ -4009,7 +4009,12 @@ 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> - </ul> + <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> <p>