Record
consumer-group
No description available.
record consumer-group {
group-id: string,
state: group-state,
protocol: string,
protocol-type: string,
coordinator-id: s32,
members: list<group-member>,
is-simple-consumer-group: bool,
}Fields
| Name | Type | Description |
|---|---|---|
| group-id | string | |
| state | group-state | |
| protocol | string | Protocol the group settled on, e.g. |
| protocol-type | string | |
| coordinator-id | s32 | Broker id acting as the group's coordinator. |
| members | list<group-member> | |
| is-simple-consumer-group | bool |