[ https://issues.apache.org/jira/browse/KAFKA-19396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17958645#comment-17958645 ]
Kuan Po Tseng commented on KAFKA-19396: --------------------------------------- Hi [~rsivaram], may I take over this issue? Not sure if you are working on it. > Use batched version of offset fetch request in new GroupCoordinator interface > ----------------------------------------------------------------------------- > > Key: KAFKA-19396 > URL: https://issues.apache.org/jira/browse/KAFKA-19396 > Project: Kafka > Issue Type: Improvement > Reporter: Rajini Sivaram > Priority: Major > > Most of the methods in the group coordinator interface use requests that > match the corresponding request in the Kafka protocol. But `fetchOffsets` API > currently takes only a single group from a batched request and is invoked > multiple times when the request is batched. Since the batched version of the > API is used by Admin client, it will be good to optimize request processing > by sending the batched request to the group coordinator instead. For older > versions of the API, we can pass a single group in the batch. -- This message was sent by Atlassian Jira (v8.20.10#820010)