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 2018/01/29 19:50:17 UTC

[GitHub] merlimat opened a new pull request #1135: Added infinite time retention configuration option

merlimat opened a new pull request #1135: Added infinite time retention configuration option
URL: https://github.com/apache/incubator-pulsar/pull/1135
 
 
   ### Motivation
   
   Currently,  there is no direct way to configure an "infinite" retention time on data published on Pulsar topics, other than setting a very high value for both retention time and size.
   
   We should have a better way to mean "infinite", by allowing to specify -1. 
   
   ### Modifications
   
    * Allow to get -1 for retention time and retention size
    * Do not delete data or topics when infinite retention time is set
    * Update CLI tool documentation to clarify the behavior
   
   

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