Jennifer88huang commented on issue #8899:
URL: https://github.com/apache/pulsar/issues/8899#issuecomment-757483309


   @kemburi sorry for my late reply. You can set topic-level retention using 
`bin/pulsar-admin topics`. 
   For details, refer to https://github.com/apache/pulsar/pull/9161
   
   From Pulsar 2.7.0, the namespace level policies are available on topic 
level. To enable topic level policy in Pulsar, you need to configure the 
following parameters in the `broker.conf` file. 
   
   ```shell
   systemTopicEnabled=true
   topicLevelPoliciesEnabled=true
   ```
   
   I've added this configuration in #9108 
   Once those PRs are merged, all available topic-level policies are live on 
our website. Thank you for your patience on it. Any issue, feel free to comment.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to