[
https://issues.apache.org/jira/browse/GOSSIP-53?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15879253#comment-15879253
]
ASF GitHub Bot commented on GOSSIP-53:
--------------------------------------
GitHub user edwardcapriolo opened a pull request:
https://github.com/apache/incubator-gossip/pull/35
GOSSIP-53 CRDT types
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/edwardcapriolo/incubator-gossip GOSSIP-53
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-gossip/pull/35.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #35
----
commit b71be5e16a0a2b5b64a00a53604eb7446e92ca4a
Author: Edward Capriolo <[email protected]>
Date: 2017-02-19T21:14:30Z
GOSSIP-53 CRDT types
----
> Implement CRDT data types
> -------------------------
>
> Key: GOSSIP-53
> URL: https://issues.apache.org/jira/browse/GOSSIP-53
> Project: Gossip
> Issue Type: New Feature
> Reporter: Edward Capriolo
> Assignee: Edward Capriolo
> Labels: gsoc2017
> Fix For: 0.1.3
>
>
> Current gossip supports sending entire objects across the cluster using
> Gossip. CRDT datatypes should be possible.
> The work here would be to refactor Gossip to support CRDT datatypes. The most
> simple would be a gset.
> https://en.wikipedia.org/wiki/Conflict-free_replicated_data_type
> https://github.com/ricardobcl/Dotted-Version-Vectors
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)