During the business operation process, if anomalies such as message backlog or too high disk load occur in the CKafka cluster, you can view the partition status in the CKafka console to understand the message volume on the server and the consumption progress of each partition, and pinpoint and analyze issues.
Operation Steps
2. Click Instance List on the left sidebar and then the ID/Name of your instance to enter the instance basic information page.
3. On the instance details page, select the Topic list tab to view the list information.
4. On the topic list page, click the right triangle icon on the left of the topic name to view the partition status and details.
|
Partition Name | Partition name. |
leader | The leader processes all read/write requests in the partition, and the follower passively and periodically replicates the data from 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 | The number of stored messages. |
Unsynced Replicas | The number of unsynced replicas. You can filter partitions with unsynced replicas. |