TsgcWSPClient_Kafka › Methods › ListGroups
Lists the consumer groups known to the broker.
function ListGroups: TsgcKafkaListGroupsResponse;
None.
Returns a TsgcKafkaListGroupsResponse containing the consumer groups currently known to the broker. Use DescribeGroups to obtain detailed information about a specific group.
oGroups := oKafka.ListGroups;