Anonymitaet commented on code in PR #622: URL: https://github.com/apache/pulsar-site/pull/622#discussion_r1246067342
########## versioned_docs/version-3.0.x/concepts-messaging.md: ########## @@ -1073,7 +1073,7 @@ Pulsar has two features, however, that enable you to override this default behav :::tip -All message retention and expiry are managed at the [namespace](#namespaces) level. For a how-to, see the [Message retention and expiry](cookbooks-retention-expiry.md) cookbook. +All message retention and expiry are managed at the [namespace](#namespaces) level or at topic level from Pulsar `2.7.0` activating `topicLevelPoliciesEnabled=true` at broker.conf. Since `2.11` that default value is `true`. For a how-to, see the [Message retention and expiry](cookbooks-retention-expiry.md) cookbook. Review Comment: ```suggestion Since Pulsar 2.7.0, all message retention and expiry can be managed at the [namespace](#namespaces) level or at the topic level. For example, you can set `topicLevelPoliciesEnabled=true` at `broker.conf`. Since Pulsaer 2.11.0, the default value of `topicLevelPoliciesEnabled` is `true`. For how to set policies for message retention and expiry, see [message retention and expiry](cookbooks-retention-expiry.md). ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
