Huanli-Meng commented on code in PR #17958: URL: https://github.com/apache/pulsar/pull/17958#discussion_r990636171
########## site2/docs/cookbooks-retention-expiry.md: ########## @@ -58,7 +58,7 @@ When a retention limit on a topic is exceeded, the oldest message is marked for ### Defaults -You can set message retention at instance level with the following two parameters: `defaultRetentionTimeInMinutes` and `defaultRetentionSizeInMB`. Both parameters are set to `0` by default. +You can set message retention at instance level with the following two parameters: `defaultRetentionTimeInMinutes` and `defaultRetentionSizeInMB`. Both parameters are set to `0` by default that means "Disable message retention". Review Comment: ```suggestion You can set message retention at instance level with the following two parameters: `defaultRetentionTimeInMinutes` and `defaultRetentionSizeInMB`. By default, both parameters are set to `0`, which means disabling message retention. ``` -- 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]
