Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support bucket priorities and partial checkpoints #243

Merged
merged 28 commits into from
Feb 27, 2025

Conversation

simolus3
Copy link
Contributor

Add support for partial checkpoint complete messages, which are forwarded to the core extension by providing the names of completed buckets within that partial checkpoint.
This also adds extends the waitForFirstSync and hasSynced APIs to be aware of priorities.

These changes are not backwards-compatible with old versions of the extension (which would always report an inconsistent partial checkpoint), but the extension changes are backwards-compatible with other SDKs that don't support partial checkpoints.

@rkistner
Copy link
Contributor

These changes are not backwards-compatible with old versions of the extension (which would always report an inconsistent partial checkpoint), but the extension changes are backwards-compatible with other SDKs that don't support partial checkpoints.

Could you update the version check here when the new version is released?

@simolus3 simolus3 merged commit 1d60e98 into main Feb 27, 2025
5 checks passed
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.

4 participants