tencent cloud

Viewing and Modifying Cluster Basic Information
Last updated: 2025-12-24 15:00:42
Viewing and Modifying Cluster Basic Information
Last updated: 2025-12-24 15:00:42

Scenarios

After successfully creating a Pulsar cluster, you can view and adjust its basic information in the console at any time, including the cluster description, resource tag, and access address, ensuring the cluster configuration consistently meets your business requirements. This document describes how to view cluster information in the console and modify or manage these basic configurations.

Viewing Cluster Basic Information

2. In the left sidebar, choose Cluster. After selecting a region, you can view the cluster list information.
The lifecycle of a TDMQ for Apache Pulsar cluster refers to the sequence of statuses the cluster goes through, from startup to release. Proper management throughout this lifecycle (from startup to deletion) ensures that applications running on the cluster deliver services efficiently and cost-effectively. A cluster has the following statuses.
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.
3. Click the ID of the target cluster. On the Basic Information page, you can view the following details.
Pro Clusters
Virtual Clusters
Cluster data statistics: displays metrics such as average message size, average production/consumption rate, number of produced messages, and cumulative storage duration within a specific time range.
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.
Basic cluster information: displays details such as cluster name/ID, version, access address, region, cluster specification, and billing mode.
Cluster data statistics: displays the average message size, average production/consumption rate, number of produced messages, and cumulative storage duration within a specific time range.
Note
Clusters running version 2.6.x do not currently support statistics collection.
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.
Basic cluster information: cluster name/ID, version, access address (available only for clusters running version 2.7.1 or later), region, billing mode, creation time, description, resource tags.
Cluster configuration:
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.


Modifying the Basic Cluster Information

On the Basic Information page of the cluster, you can modify the following parameters.
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.

Configuring Sending/Receiving TPS Ratio for a Pro Cluster

In the Configuring Clusters section, you can click Edit in the upper-right corner to configure the production-to-consumption TPS/bandwidth ratio for the cluster. The cluster specifications will be allocated according to this ratio.


Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback