dajac opened a new pull request, #21009: URL: https://github.com/apache/kafka/pull/21009
The `GroupCoordinator` interface has two methods to fetch offsets: `fetchOffsets` and `fetchAllOffsets`. They have the exact same signature and the implementation in `GroupCoordinatorService` is exactly the same, modulo the name of the operation. The path refactors the path to simplify it and reuse more code. We could further refactor `KafkaApis` but let's do this in a follow-up in order to keep this change small and simple. -- 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]
