codelipenghui commented on code in PR #16572: URL: https://github.com/apache/pulsar/pull/16572#discussion_r919926735
########## conf/broker.conf: ########## @@ -1258,10 +1258,12 @@ replicatorPrefix=pulsar.repl # due to missing ZooKeeper watch (disable with value 0) replicationPolicyCheckDurationSeconds=600 -# Default message retention time +# Default message retention time, less than 0 means never expire. +# Default is 0, which is to trim ledgers through slowest consumer ledger. Review Comment: Just try to provide a more user-perspective description. -- 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]
