rpk topic describe
This command prints 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 |
---|---|---|
|
- |
Help for describe. |
|
- |
Print all sections. |
|
- |
Print the config section. |
|
string |
Output format. Possible values: |
|
- |
Print the detailed partitions section. |
|
- |
Print the summary section. |
|
- |
Parse arguments as regex; describe any topic that matches any input topic expression. |
|
- |
Include the stable offsets column in the partitions section; only relevant if you produce to this topic transactionally. |
|
string |
Redpanda or |
|
stringArray |
Override |
|
string |
Profile to use. See |
|
- |
Enable verbose logging. |