All Products
Search
Document Center

ApsaraMQ for Kafka:View partition status

Last Updated:Dec 03, 2024

In ApsaraMQ for Kafka, a partition is used to store messages, and each topic consists of one or more partitions. The status of a partition includes the message volume, maximum offset, and minimum offset of the partition. If exceptions such as message accumulation and high disk usage occur in an ApsaraMQ for Kafka cluster, you can view the status of each partition in the cluster to check the message volume on the broker and the consumer progress of each partition to troubleshoot the exceptions.

Prerequisites

A topic is created. For more information, see Step 3: Create resources.

Procedure

  1. Log on to the ApsaraMQ for Kafka console.

  2. In the Resource Distribution section of the Overview page, select the region where the ApsaraMQ for Kafka instance that you want to manage resides.

  3. On the Instances page, click the name of the instance that you want to manage.

  4. In the left-side navigation pane, click Topics.

  5. On the Topics page, click the name of the topic that you want to manage. On the Topic Details page, click the Partition Status tab.

    Table 1. Parameters included in partition status

    Parameter

    Description

    Partition ID

    The partition ID.

    Minimum Offset

    The minimum offset in the partition.

    Maximum Offset

    The maximum offset in the partition.

    Messages

    The number of messages in the partition.

    Last Updated At

    The time when the last message in the partition is stored.

    分区状态信息

References