lhotari opened a new pull request, #16618: URL: https://github.com/apache/pulsar/pull/16618
### Motivation There's a bug in replicated subscriptions snapshotting. Snapshots get continuously created after a topic gets activated and before new messages are published. This is a gap in the logic introduced in #11922. ### Additional context The intention of the #10292 and #11922 changes were to pause replication snapshots when there are no new messages. These changes were made to address #6437 and as an alternative to #7299 changes. ### Modifications Add condition to skip creating snapshots when the lastDataMessagePublishedTimestamp is 0. -- 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]
