HQebupt commented on code in PR #16572:
URL: https://github.com/apache/pulsar/pull/16572#discussion_r928857214


##########
conf/broker.conf:
##########
@@ -1261,10 +1261,13 @@ replicatorPrefix=pulsar.repl
 # due to missing ZooKeeper watch (disable with value 0)
 replicationPolicyCheckDurationSeconds=600
 
-# Default message retention time
+# Default message retention time.
+# The default value is 0, which means the data is removed after all the 
subscriptions are consumed.
+# Value less than 0 means messages never expire.
 defaultRetentionTimeInMinutes=0
 
-# Default retention size
+# Default retention size, less than 0 means no infinite size quota.
+# Default is 0, which means the data will be removed after all the 
subscriptions are consumed.

Review Comment:
   Got it. Thanks



-- 
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: [email protected]

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

Reply via email to