Status | Status Property | Status Description |
Creating | Intermediate status | The status after a cluster is created but before it enters the running status. |
Running (Healthy/Alarm) | Steady status | The status in which the cluster is running normally, with node health, disk utilization, and other metrics within normal ranges. |
Migrating | Intermediate status | The status during which data migration occurs as the cluster configuration is being adjusted. |
Deleting | Intermediate status | The status during which the cluster is being deleted through the console or an API. |
Isolated | Intermediate status | The status in which the cluster has been isolated due to overdue payment. During this 7-day isolation period, the cluster cannot produce or consume messages, and any stored or unconsumed messages will not be retained. However, cluster configurations remain intact and are not deleted. |
Creation Failed | Intermediate status | The status occurs when the fee is successfully deducted but cluster allocation fails during purchase through the console or an API. If this occurs, contact Online Customer Service for assistance. |
Deletion Failed | Steady status | The status in which the cluster has been manually deleted or has remained unpaid for 7 days after expiration, and TDMQ for Apache Pulsar failed to release the resources. |
Metric | Description |
Real-Time Production Rate | The number of messages produced to the cluster per second at the current time. |
Average Message Size | The average size of message data within the selected time range, including both the message header and body. |
Average Production Rate | The average rate of messages produced to the cluster within the selected time range. |
Average Consumption Rate | The average rate at which the cluster pushes messages to clients within the selected time range. |
Cumulative Produced Messages | The number of messages produced to the cluster within the selected time range. |
Storage Usage | The actual storage capacity consumed by message data at the end point of the selected time range. This value only changes with the end point of the time range. |
Metric | Description |
Average Message Size | The average size of message data within the selected time range, including both the message header and body. |
Production Rate | The average rate of messages produced to the cluster within the selected time range. |
Consumption Rate | The average rate at which the cluster pushes messages to clients within the selected time range. |
Number of Produced Messages | The number of messages produced to the cluster within the selected time range. |
Actual Storage Consumption | The actual storage capacity consumed by message data at the end point of the selected time range. This value only changes with the end point of the time range. |
Configuring Clusters | Configuration Description |
Maximum Production TPS per Topic Partition | The maximum number of messages that can be produced per second in a topic partition. |
Maximum Consumption TPS per Topic Partition | The maximum number of messages that can be pushed per second from a topic partition to clients. |
Maximum Production Bandwidth per Topic Partition | The maximum size of messages that can be produced per second in a topic partition. |
Maximum Consumption Bandwidth per Topic Partition | The maximum size of messages that can be pushed per second from a topic partition to clients. |
Maximum Number of Namespaces | The maximum number of namespaces that can be created within a single cluster. |
Maximum Number of Topics | The maximum number of topics that can be created within a single namespace. |
Maximum Message Storage Capacity | The maximum disk space that can be consumed by message backlogs. Exceeding this limit will prohibit the production of new messages. Under normal circumstances, message backlogs should remain small. If this limit is reached, check whether the messages are being consumed properly. |
Retention Period Upper Limit | The longest allowable message retention duration. At the namespace level, you can configure a retention period shorter than this limit. |
Maximum Message Latency | The maximum message consumption latency. |
Parameter | Modification Method |
Name | Click the Edit button next to Name, enter the cluster name, and click Submit. The name must be 3 to 64 characters long, and can contain only letters, digits, hyphens (-), and underscores (_). |
Description | Click the Edit button next to Description, enter the description, and click Submit. The cluster description cannot exceed 128 characters. |
Resource Tag | Click the Edit button next to Resource Tag to bind or modify tags for the cluster. For detailed usage of tags, see Configuring Resource Tags. |
Version | Click the Edit button next to Version to upgrade the instance minor version to the latest. For detailed instructions on minor version upgrades, see Upgrading the Minor Engine Version. |
Deletion Protection Status | Click the Edit button next to Deletion Protection Status to enable or disable cluster deletion protection. Once enabled, instances cannot be deleted through the console or an API. For details, see Configuring Deletion Protection. |

Feedback