You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by cm...@apache.org on 2023/05/03 22:14:47 UTC

[kafka] branch 3.5 updated (b10585aa96e -> a71995fde28)

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

cmccabe pushed a change to branch 3.5
in repository https://gitbox.apache.org/repos/asf/kafka.git


    from b10585aa96e KAFKA-14946: fix NPE when merging the deltatable (#13653)
     add a71995fde28 KAFKA-14859: SCRAM ZK to KRaft migration with dual write (#13628)

No new revisions were added by this update.

Summary of changes:
 checkstyle/import-control.xml                      |  1 +
 .../main/scala/kafka/zk/ZkMigrationClient.scala    | 18 ++++++
 .../unit/kafka/zk/ZkMigrationClientTest.scala      | 38 ++++++++++++
 .../metadata/migration/KRaftMigrationDriver.java   | 70 +++++++++++++++++++---
 .../kafka/metadata/migration/MigrationClient.java  |  1 +
 .../migration/KRaftMigrationDriverTest.java        |  4 +-
 6 files changed, 124 insertions(+), 8 deletions(-)