All Products
Search
Document Center

ApsaraMQ for Kafka:View partition status

Last Updated:Dec 08, 2023

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, find the topic that you want to manage and choose More > Partition Status in the Actions column.

    Table 1. Information about the status of a partition

    Parameter

    Description

    Partition ID

    The partition ID.

    Minimum Offset

    The minimum offset in the partition.

    Maximum Offset

    The maximum offset in the partition.

    Number of Messages in Partition

    The total number of messages in the partition.

    Last Updated At

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

    分区状态信息

References