You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by gi...@git.apache.org on 2017/08/08 00:10:02 UTC

[GitHub] merlimat opened a new pull request #654: Do not delete inactive topics if they have retention policy

merlimat opened a new pull request #654: Do not delete inactive topics if they have retention policy
URL: https://github.com/apache/incubator-pulsar/pull/654
 
 
   ### Motivation
   
   When a retention policy is set, an "inactive" topic should not be garbage collected until the retention period has expired.
   
   Even if there are no subscriptions or active producers/consumers, the data that was published on the topic should be retained for the configured time.
   
   ### Modifications
   
   Check for the retention policy config during GC cycle.
   
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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