lhotari commented on code in PR #973: URL: https://github.com/apache/pulsar-site/pull/973#discussion_r1830874828
########## docs/cookbooks-retention-expiry.md: ########## @@ -37,7 +37,7 @@ Pulsar's [admin interface](admin-api-overview.md) enables you to manage both ret By default, when a Pulsar message arrives at a broker, the message is stored until it has been acknowledged on all subscriptions, at which point it is marked for deletion. You can override this behavior and retain messages that have already been acknowledged on all subscriptions by setting a *retention policy* for all topics in a given namespace. Retention is based on both a *size limit* and a *time limit*. The diagram below illustrates the concept of message retention. - + Review Comment: why are you switching to use .png files? How are these files created? What is the original source of the diagram if someone else would like to edit the diagram? -- 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]
