You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Liju (JIRA)" <ji...@apache.org> on 2018/05/08 06:09:00 UTC

[jira] [Commented] (KAFKA-6788) Grouping consumer requests per consumer coordinator in admin client

    [ https://issues.apache.org/jira/browse/KAFKA-6788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16466929#comment-16466929 ] 

Liju commented on KAFKA-6788:
-----------------------------

Is this still open to be worked on ? if no one else is working on this I can take this up

> Grouping consumer requests per consumer coordinator in admin client
> -------------------------------------------------------------------
>
>                 Key: KAFKA-6788
>                 URL: https://issues.apache.org/jira/browse/KAFKA-6788
>             Project: Kafka
>          Issue Type: Improvement
>          Components: admin
>            Reporter: Guozhang Wang
>            Priority: Major
>              Labels: newbie++
>
> In KafkaAdminClient, for some requests like describeGroup and deleteGroup, we will first try to get the coordinator for each requested group id, and then send the corresponding request for that group id. However, different group ids could be hosted on the same coordinator, and these requests do support multi group ids be sent within the same request. So we can consider optimize it by grouping the requests per coordinator destination.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)