TsgcWSPClient_KafkaMethods › ListGroups

ListGroups Method

Lists the consumer groups known to the broker.

Syntax

function ListGroups: TsgcKafkaListGroupsResponse;

Parameters

None.

Remarks

Returns a TsgcKafkaListGroupsResponse containing the consumer groups currently known to the broker. Use DescribeGroups to obtain detailed information about a specific group.

Example

oGroups := oKafka.ListGroups;

Back to Methods