TsgcWSPClient_Kafka › Methods › DescribeGroups
Returns detailed information about the given consumer groups.
function DescribeGroups(const aGroupIds: array of string): TsgcKafkaDescribeGroupsResponse;
Returns a TsgcKafkaDescribeGroupsResponse with detailed information about each requested consumer group, including its state, protocol, members and partition assignments. Use ListGroups first to discover the available group identifiers.
oGroups := oKafka.DescribeGroups(['my-consumer-group']);