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

Added durable CRDT #316

Merged
merged 3 commits into from
May 25, 2020
Merged

Added durable CRDT #316

merged 3 commits into from
May 25, 2020

Conversation

kelindar
Copy link
Contributor

This PR makes the local CRDT set durable and can potentially be persisted to disk going forward. The incoming sets are now called "volatile" and implemented using Golang map.

Currently, the durable set is configured to be in-memory only.

Copy link
Member

@Florimond Florimond left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kelindar kelindar merged commit 3678e6f into master May 25, 2020
@kelindar kelindar deleted the crdt branch May 25, 2020 04:44
Florimond pushed a commit that referenced this pull request Sep 7, 2023
* added durable CRDT

* Add cache for durable

* decrement conn
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.

2 participants