You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/03/25 23:14:20 UTC

[GitHub] [pulsar] rdhabalia opened a new pull request #3898: [pulsar-broker] Add support of default ttl for namespace

rdhabalia opened a new pull request #3898: [pulsar-broker] Add support of default ttl for namespace
URL: https://github.com/apache/pulsar/pull/3898
 
 
   ### Motivation
   
   We need default ttl for the namespace when pulsar cluster has lower data-storage capacity at bookie and client is trying to retain more data in the system. In such cases, bookie disk gets 100% full which require manual process to bring them up. So, we want broker to apply default ttl if ttl is not configured as part of namespace policies.
   set `ttlDurationDefaultInSeconds=0` to disable this feature.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services