rreddy-22 opened a new pull request, #15150:
URL: https://github.com/apache/kafka/pull/15150

   In KIP-848, we introduce the notion of Group Types based on the protocol 
type that the members in the consumer group use. As of now we support two types 
of groups:
   1) Classic : Members use the classic consumer group protocol ( existing one )
   2) Consumer : Members use the consumer group protocol introduced in KIP-848.
   
   Currently List Groups allows users to list all the consumer groups 
available. KIP-518 introduced filtering the consumer groups by the state that 
they are in. We now want to allow users to filter consumer groups by type.
   
   This PR includes the changes to the admin client and related files. It also 
includes changes to parameterize the tests to include permutations of the old 
GC and the new GC with the different protocol types.
   


-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to