mumrah opened a new pull request, #14545: URL: https://github.com/apache/kafka/pull/14545
After migrating metadata to KRaft, we need to finalize the pending topic deletions. Since the brokers need the StopReplica request in order to clean up their log directories, we can't simply exclude the pending topics from the migration. This patch continues to migrate the pending topics, but adds logic to delete the topic from KRaft shortly after the migration. This lets us reuse the existing dual-write logic for topic deletions. -- 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