This is an automated email from the ASF dual-hosted git repository.

frankvicky pushed a commit to branch 3.9
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/3.9 by this push:
     new ed900eb96ff KAFKA-19026: add note in ZK to KRaft migration (#19563)
ed900eb96ff is described below

commit ed900eb96ff8f099db6fdcebb01339794a1aa2ac
Author: Edoardo Comar <eco...@uk.ibm.com>
AuthorDate: Sat Apr 26 02:54:55 2025 +0100

    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 <show...@gmail.com>, TengYao Chi
    <frankvi...@apache.org>
---
 docs/ops.html | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/ops.html b/docs/ops.html
index e79a8a9581d..94dc19b4edf 100644
--- a/docs/ops.html
+++ b/docs/ops.html
@@ -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>

Reply via email to