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

Should we make sure one way sync is not modifiable on the destination? #31

Open
yasharpm opened this issue Jan 11, 2023 · 2 comments
Open
Assignees

Comments

@yasharpm
Copy link
Contributor

In a sync from A to B. What happens if something in B is changed after it is moved from A to B?

@yasharpm yasharpm self-assigned this Jan 11, 2023
@michielbdejong
Copy link
Member

As discussed, it's probably an anti-pattern to revert a user's explicit changes in the destination system.
That does mean that the two systems are allowed to go out of sync though.

@michielbdejong
Copy link
Member

It may also be hard to track if the ChangeInterpreter uses the 'full scan' approach

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

No branches or pull requests

2 participants