Edward Capriolo created GOSSIP-95:
-------------------------------------
Summary: Create a result merger
Key: GOSSIP-95
URL: https://issues.apache.org/jira/browse/GOSSIP-95
Project: Gossip
Issue Type: Sub-task
Reporter: Edward Capriolo
When receiving responses from multiple systems we have two types of objects to
consider:
# CRDT, these are trivial to merge.
# Non CRDT Objects
For non CRDT objects we need to provide an interface and basic implementation
to merge results.
We should start by implementing something like a majority wins policy:
https://github.com/edwardcapriolo/nibiru/blob/master/src/test/java/io/teknek/nibiru/keyvalue/TestMajorityMerger.java
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)