rpk topic describe
Print detailed information about topics. There are three potential views: a summary of the topic, the topic configurations, and a detailed partitions section. By default, the summary and configs sections are printed.
Using the --format flag with either JSON or YAML prints all the topic information.
The --regex flag (-r) parses arguments as regular expressions and describes topics that match any of the expressions.
Flags
| Value | Type | Description |
|---|---|---|
|
string |
Output format ( |
|
bool |
Print all topic configuration properties, including defaults and read-only values. |
|
bool |
Print the config section. |
|
bool |
Print the detailed partitions section. |
|
bool |
Print the summary section. |
|
bool |
Parse arguments as regex; describe any topic that matches any input topic expression. |
|
bool |
Include the stable offsets column in the partitions section. Stable offsets reflect only committed transactional records and are only useful if you produce to this topic transactionally. |
Global flags
| Value | Type | Description |
|---|---|---|
|
string |
Redpanda or |
|
stringArray |
Override |
|
bool |
Ignore |
|
string |
|
|
bool |
Enable verbose logging. |