dajac opened a new pull request, #21271: URL: https://github.com/apache/kafka/pull/21271
Refactor the internal partition deletion handling to work with topic names instead of individual TopicPartition objects. Since topic deletion always deletes all partitions, tracking individual partitions is unnecessary overhead. Key changes: - Rename onPartitionsDeleted to onTopicsDeleted - Change parameter from List<TopicPartition> to Set<String> - Optimize iteration to look up deleted topics directly instead of iterating all stored topics and checking membership -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
