rpk group describe
Display detailed information about a consumer group, including member assignments, lag per partition, and group state.
Examples
This section provides examples of how to use rpk group describe.
Describe groups <foo> and <bar>.
rpk group describe <foo> <bar>
Describe any group starting with f and ending in r.
rpk group describe -r '^f.*' '.*r$'
Describe all groups.
rpk group describe -r '*'
Describe any one-character group.
rpk group describe -r .
Flags
| Value | Type | Description |
|---|---|---|
|
string |
Output format ( |
|
bool |
Include each group member’s instance ID. |
|
bool |
Print only the group commits section. |
|
bool |
Print the aggregated lag per topic. |
|
bool |
Print only the group summary section. |
|
bool |
Parse arguments as regex; describe any group that matches any input group expression. |
Global flags
| Value | Type | Description |
|---|---|---|
|
string |
Redpanda or |
|
stringArray |
Override |
|
bool |
Ignore |
|
string |
|
|
bool |
Enable verbose logging. |