mumrah opened a new pull request, #13183: URL: https://github.com/apache/kafka/pull/13183
Prior to this patch, when we handle a new MetadataDelta during dual write mode in the KRaft controller, we always send UMR to the ZK brokers. This patch changes the behavior to only send UMR if the broker or topic metadata has changed (since this is all that we send via UMR). A unit test for KRaftMigrationDriver is added to validate this behavior. Some improved error handling and logging in KRaftMigrationDriver is also included. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org