View Source KafkaEx.Messages.ConsumerGroupListing (kafka_ex v1.1.0)
A lightweight listing of a single consumer group in the cluster.
Java equivalent: org.apache.kafka.clients.admin.ConsumerGroupListing
Returned by the ListGroups API. Carries only the group id and protocol type;
use KafkaEx.API.describe_group/2 for full group detail (state, members, ...).
Summary
Functions
Builds a ConsumerGroupListing from a ListGroups API response group entry.
Returns the group ID.
Returns the protocol type (e.g. "consumer").
Types
Functions
Builds a ConsumerGroupListing from a ListGroups API response group entry.
Returns the group ID.
Returns the protocol type (e.g. "consumer").