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

Implement Partition-based Sync to Flex Sync Migration #6554

Closed
sync-by-unito bot opened this issue Apr 28, 2023 · 0 comments · Fixed by #6549
Closed

Implement Partition-based Sync to Flex Sync Migration #6554

sync-by-unito bot opened this issue Apr 28, 2023 · 0 comments · Fixed by #6549
Assignees

Comments

@sync-by-unito
Copy link

sync-by-unito bot commented Apr 28, 2023

Implement the feature where a client app using partition based sync will migrate to use flexible sync under the hood when connecting to a cloud app that has been migrated from partition based sync to flexible sync.

The client app will automatically create flexible sync subscriptions to pull the data in based on the configured partition value, so the client app still has access to the same data that was available when using partition based sync.

The generated subscriptions will be given a name in the format "flx_migrated_

" and one subscription will be generated for each table in the schema. Once the client app has been updated to natively use flexible sync, these subscriptions will not be deleted and will need to be managed by the new client app.

A client reset will occur as part of the migration to use flexible sync or if the cloud app is reverted back to use partition based sync.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant