pub type GroupListing = ConsumerGroupListing;Expand description
Backwards-compatible alias for ConsumerGroupListing.
Aliased Type§
pub struct GroupListing {
pub group_id: String,
pub protocol_type: String,
pub state: Option<String>,
pub group_type: Option<String>,
}Fields§
§group_id: StringConsumer group ID.
protocol_type: StringProtocol type reported by Kafka.
state: Option<String>Group state when provided by the broker.
group_type: Option<String>Group type when provided by newer broker versions, such as classic or share.