kunjbosamiaFalkonry commented on issue #22226:
URL: https://github.com/apache/pulsar/issues/22226#issuecomment-1993698697

   Nope it doesnt work for pulsar 3.0.3 as well (note :  p here is a alias for 
/bin/pulsar-admin )
   ```
   pulsar@pulsar-toolset-0:/pulsar$ p namespaces create public/functions1
   pulsar@pulsar-toolset-0:/pulsar$ p namespaces get-message-ttl 
public/functions1
   null
   pulsar@pulsar-toolset-0:/pulsar$ p namespaces get-backlog-quotas 
public/functions1
   pulsar@pulsar-toolset-0:/pulsar$ p namespaces get-retention public/functions1
   null
   pulsar@pulsar-toolset-0:/pulsar$ 
   
   ```
   The default values I set in for broker  in values.yaml under 
broker.configData-> 
   ```
       backlogQuotaDefaultRetentionPolicy: "consumer_backlog_eviction"
       backlogQuotaDefaultLimitBytes: "322122547200" 
       backlogQuotaDefaultLimitSecond: "86400"
       defaultRetentionTimeInMinutes: "4320"
       defaultRetentionSizeInMB: "-1"
       ttlDurationDefaultInSeconds: "259200"
       topicLevelPoliciesEnabled: "true"
   
   ```


-- 
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: commits-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to