Overview
This document describes how to view the topic details and producer connection after you create a topic in the CKafka console.
Directions
Step 1. View topic details
- Log in to the CKafka console.
- Click Instance List on the left sidebar and click the ID/Name of the target instance to enter the instance details page.
- On the instance details page, click Topic Management to view the topic information and enter the topic list page.
- On the topic list page, click the right triangle icon on the left of the topic name to view the topic details.

Item |
Description |
Partition Name |
Partition name |
Leader |
The leader processes all read/write requests in the partition, and the follower passively and periodically copies the data on the leader |
Replica |
Replica list |
ISR |
Replicas with synced messages |
Start Offset |
The last position of message consumption |
End Offset |
The last position of message write |
Messages |
Number of stored messages |
Unsynced Replicas |
Number of unsynced replicas. You can filter partitions with unsynced replicas |
Step 2. View the producer connection
- On the Instance List page, click the ID/Name of the target instance to enter the instance details page.
- On the instance details page, select Topic Management and click Producer Connection in the Operation column to view the list of producers connected to the topic.

Was this page helpful?