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/04/27 19:17:38 UTC

[kafka] branch 3.5 updated (33962e8ba14 -> 584aefc3738)

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 33962e8ba14 KAFKA-14943: Fix ClientQuotaControlManager validation
     add 584aefc3738 KAFKA-14918 Only send controller RPCs to migrating ZK brokers (#13606)

No new revisions were added by this update.

Summary of changes:
 .../kafka/migration/MigrationPropagator.scala      | 37 ++++++---
 .../kafka/migration/MigrationPropagatorTest.scala  | 90 ++++++++++++++++++++++
 2 files changed, 118 insertions(+), 9 deletions(-)
 create mode 100644 core/src/test/scala/unit/kafka/migration/MigrationPropagatorTest.scala