forked from docs/doc-exports
Reviewed-by: Antonova, Ekaterina <ekantono@noreply.gitea.eco.tsi-dev.otc-service.com> Co-authored-by: Chen, Junjie <chenjunjie@huawei.com> Co-committed-by: Chen, Junjie <chenjunjie@huawei.com>
4.4 KiB
4.4 KiB
Viewing Kafka Topic Details
On the Kafka console, you can view basic information, partition and producer information, and subscriptions of a topic.
Procedure
- Log in to the console.
- Click
in the upper left corner to select a region.
- Click Service List and choose Application > Distributed Message Service. The Kafka instance list is displayed.
- Click the desired Kafka instance to view its details.
- In the navigation pane, choose Topics.
- Click a topic to view its details.
The general information, subscriptions, partitions, and producers are displayed.
- General information: topic name, brokers, partitions, and creation time
- Subscriptions: consumer group name and status, Coordinator (ID), and accumulated messages
Click Details in the Operation column or the name of a consumer group.
- Partitions: partition No., minimum offset, maximum offset, number of messages, and message update time
- Producers: broker address, producer address, and producer connected time
Parent topic: Managing Topics