tencent cloud

TDMQ for Apache Pulsar

Release Notes and Announcements
Release Notes
Cluster Version Updates
Product Announcements
Product Introduction
Introduction and Selection of the TDMQ Product Series
What Is TDMQ for Apache Pulsar
Strengths
Scenarios
How It Works
Product Series
Version Support Instructions for Open-Source Apache Pulsar
Comparison with Open-Source Apache Pulsar
High Availability
Quotas and Limits
Basic Concepts
Billing
Billing Overview
Pricing
Billing Examples
Renewal
Viewing Consumption Details
Overdue Payments
Refund
Getting Started
Getting Started Guide
Preparations
Using the SDK to Send and Receive General Messages
Using the SDK to Send and Receive Advanced Feature Messages
User Guide
Usage Process Guide
Configuring the Account Permission
Creating a Cluster
Configuring the Namespace
Configuring the Topic
Connecting to a Cluster
Managing the Cluster
Querying Messages and Traces
Cross-Region Replication
Viewing Monitoring Data and Configuring Alarm Rules
Use Cases
Client Usage
Abnormal Consumer Isolation
Traffic Throttling Mechanisms
Transaction Reconciliation
Message Idempotence
Message Compression
Migration Guide
Single-Write Multiple-Read Cluster Migration Solutions
Hitless Migration from Virtual Cluster to Pro Cluster
SDK Reference
API Overview
SDK Reference
SDK Overview
Recommended SDK Configuration Parameters
TCP Protocol (Apache Pulsar)
Security and Compliance
Permission Management
Deletion Protection
CloudAudit
FAQs
Monitoring
Clients
Agreements
Service Level Agreement
TDMQ Policy
Contact Us
Glossary

Managing the Namespace

PDF
Focus Mode
Font Size
Last updated: 2025-12-24 14:59:00
During the use of namespaces, you may need to perform management operations such as modifying namespace configurations or deleting unnecessary namespaces. This document describes the operation steps for managing namespaces through the console.

Modifying a Namespace

Once a namespace is created, its name cannot be modified. Only its configuration information can be modified. To update the configurations, follow the steps below:
1. On the Namespace list page, click Edit in the operation column to go to the Edit page.
Parameter
Description
Message TTL
Expiration time for unconsumed messages. If not acknowledged within the timeout period, the message will be skipped. It ranges from 60 seconds to 15 days.
Message Retention Policy
Persistent retention: Messages are persistently stored regardless of whether they have been consumed, based on the maximum retention period and storage space. Once the limit is reached, messages will be deleted based on the generation time in ascending order.
Maximum retention period: Messages are deleted after this period, calculated from when the message is produced to the topic. The retention policy applies only to acknowledged messages and does not affect unacknowledged messages. Unacknowledged messages are eligible for cleanup only after the Time to Live (TTL) expires. It ranges from 60 seconds to 15 days.
Maximum storage space: When the total size of all messages in the namespace reaches this limit, older messages are deleted in chronological order (from oldest to latest) based on their generation time. The minimum value is 10 GB. The configured capacity is allocated from the cluster's storage resources.
Consume-and-delete: Messages are asynchronously cleaned up within a certain period after being successfully acknowledged, saving storage space. If a topic has no subscriptions, this asynchronous cleanup applies immediately to newly generated messages.
Auto-Create Subscriptions
After enabling this feature, clients can auto-create subscriptions.
Description
Fill in the namespace description, which cannot exceed 128 characters.
2. Modify the namespace configuration information, then click Save to complete the modification.

Deleting a Namespace

Note
The namespace cannot be deleted if there are topics within it.
Permissions cannot be deleted if the role assigned the permissions in any namespace still exists.
It cannot be deleted when associated with a Virtual Private Cloud (VPC).
To delete the created namespace, follow the steps below:
1. On the Namespace list page, click Delete in the operation column.
2. In the displayed dialog box, click Delete to delete the namespace.


Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback