Cloud

rpk group describe

Display detailed information about a consumer group, including member assignments, lag per partition, and group state.

Usage

rpk group describe <groups...> [flags]

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

--format

string

Output format (json,yaml,text,wide,help).

-i, --instance-ID

bool

Include each group member’s instance ID.

-c, --print-commits

bool

Print only the group commits section.

-t, --print-lag-per-topic

bool

Print the aggregated lag per topic.

-s, --print-summary

bool

Print only the group summary section.

-r, --regex

bool

Parse arguments as regex; describe any group that matches any input group expression.

Global flags

Value Type Description

--config

string

Redpanda or rpk config file; default search paths are ~/.config/rpk/rpk.yaml, $PWD/redpanda.yaml, and /etc/redpanda/redpanda.yaml.

-X, --config-opt

stringArray

Override rpk configuration settings; -X help for detail or -X list for terser detail.

--ignore-profile

bool

Ignore rpk.yaml and redpanda.yaml; use default settings.

--profile

string

rpk profile to use.

-v, --verbose

bool

Enable verbose logging.