dajac opened a new pull request, #21263: URL: https://github.com/apache/kafka/pull/21263
This patch removes the `onPartitionsDeleted` method from the `GroupCoordinator` interface by moving its functionality into `onMetadataUpdate`. The `MetadataDelta` already contains the deleted topic information via `delta.topicsDelta().deletedTopicIds()`, making the separate method redundant. -- 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]
