Skip to content

Conversation

timothycoleman
Copy link
Contributor

@timothycoleman timothycoleman commented Aug 21, 2025

Added: Forwards compatibility with new persistent subscription checkpoints

24.10 writes Persistent Subscription Checkpoints prefixed with a $. 23.10.7 will not find these.

This PR makes it so that 23.10.8 will find them.

Prior to this PR, if 23.10 opened a database from 24.10, the checkpoint would not be found and the persistent subscription would start from the beginning, which could be slow.

(cherry picked from commit 6e21abb)

24.10 writes Persistent Subscription Checkpoints prefixed with a $.
23.10.7 will not find these.

This PR makes it so that 23.10.8 will find them.

Prior to this PR, if 23.10 opened a database from 24.10, the checkpoint would not be found and the persistent subscription would start from the beginning, which could be slow.

(cherry picked from commit 6e21abb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant