Explains how to view the list of topics in a stream using the Control System and the CLI.
| Column Name | Column Description |
|---|---|
| Topic Name | The name of the topic. |
| Maximum Lag | The consumer lag time (in milliseconds). |
| Partitions | The number of partitions in the topic. |
| Consumers | The number of consumers for the topic. |
| Physical Size | The physical size (in MB) of the topic. |
The command to view the list of topics in a stream is:
stream topic list -path <Stream Path>
For complete reference information, see
stream topic list.