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: Data is persistently stored based on the maximum retention time and maximum storage space, regardless of consumption. When the limit is reached, data is deleted from the latest to the earliest. Max Retention Period: The retention period is calculated from the time a message is produced to a Topic. Messages are deleted after this period elapses. The retention policy applies to acknowledged (ACKed) messages and does not affect unacknowledged messages. Unacknowledged messages enter the cleanup queue only after their TTL expires. The valid range is from 60 seconds to 15 days. Max Storage Space: When the total size of all messages in a namespace reaches this limit, messages are deleted from the latest to the earliest based on their production time. The minimum value is 10 GB. Setting this value consumes cluster resources. Deletion after consumption: After a message is successfully acknowledged (ACKed), it is asynchronously cleaned up within a certain period to save storage space. If a Topic has no subscriptions, the asynchronous cleanup applies directly to newly produced messages. |
Auto-Create Subscription | After enabling this feature, clients can auto-create subscriptions. |
Description | Fill in the namespace description, which cannot exceed 128 characters. |
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback