[ https://issues.apache.org/jira/browse/KAFKA-18738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrew Schofield resolved KAFKA-18738. -------------------------------------- Fix Version/s: 4.1.0 Resolution: Fixed > Revisit the DescribeShareGroupOffsets API to support multiple GroupIds in > Request > --------------------------------------------------------------------------------- > > Key: KAFKA-18738 > URL: https://issues.apache.org/jira/browse/KAFKA-18738 > Project: Kafka > Issue Type: Sub-task > Reporter: Sanskar Jhajharia > Assignee: Andrew Schofield > Priority: Major > Fix For: 4.1.0 > > > Currently the DescribeShareGroupOffsets API accepts a single Group ID per > request. However the AdminClient.listShareGroupOffsets() methods which makes > a call to this API actually can pass multiple group ids. > Currently in the ListShareGroupOffsetsHandler > [class|https://github.com/apache/kafka/blob/trunk/clients/src/main/java/org/apache/kafka/clients/admin/internals/ListShareGroupOffsetsHandler.java#L83], > we have specified the code such that the AdminClient is explicitly passing > just a single group ID, however this might be changes to support multiple > GroupIds in the DescribeShareGroupOffsets similar to the corresponding > Consumer Group offsets request. -- This message was sent by Atlassian Jira (v8.20.10#820010)