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 Conflict-free replicated data types #14

Open
marcmonfort opened this issue Oct 9, 2023 · 1 comment
Open

Implement Conflict-free replicated data types #14

marcmonfort opened this issue Oct 9, 2023 · 1 comment

Comments

@marcmonfort
Copy link
Member

No description provided.

@marcmonfort
Copy link
Member Author

Ensuring both sequential and strong consistency simultaneously is not a feasible approach. This is because achieving such levels of consistency would necessitate the use of atomic activemethods, effectively rendering the need for replicas obsolete. In essence, the system would behave equivalently to utilizing a single master instance.

Alternative: Implement different Conflict free replicated data types which by design ensure eventual consistency.

@marcmonfort marcmonfort changed the title Check the prior design on replica consistency / synchronization. Implement it with the current replica infrastructure. Implement Conflict-free replicated data types Oct 9, 2023
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

1 participant