You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Yishun Guan (JIRA)" <ji...@apache.org> on 2018/07/10 19:04:00 UTC

[jira] [Updated] (KAFKA-7146) Grouping consumer requests per consumer coordinator in admin client in describeConsumerGroups

     [ https://issues.apache.org/jira/browse/KAFKA-7146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yishun Guan updated KAFKA-7146:
-------------------------------
    Description: 
Subtask of KAFKA-6788. Group consumer requests for describeConsumerGroups().

 

According to KAFKA-6788:

 

"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."

  was:
Subtask of KAFKA-6788. Group consumer requests for describeConsumerGroups().

 

According to KAFKA-6788:

 

"
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.

"


> Grouping consumer requests per consumer coordinator in admin client in describeConsumerGroups
> ---------------------------------------------------------------------------------------------
>
>                 Key: KAFKA-7146
>                 URL: https://issues.apache.org/jira/browse/KAFKA-7146
>             Project: Kafka
>          Issue Type: Sub-task
>            Reporter: Yishun Guan
>            Priority: Critical
>
> Subtask of KAFKA-6788. Group consumer requests for describeConsumerGroups().
>  
> According to KAFKA-6788:
>  
> "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)