Re: Updating particular version of CRDT

2017-02-22 Thread Russell Brown
Hi Andrey, The register inside a map is a LWW-register. Long story: When we added CRDTs to Riak we did it for those users who wanted to avoid writing custom sibling resolution code, following on from that decision we decided not to add the MVRegister type. Riak’s default object is an MVRegister

Updating particular version of CRDT

2017-02-22 Thread Andrey Ershov
Hi all, I'm new to Riak and trying to figure out how to work with CRDTs properly. First of all, I decided to try MVRegister support. I'm using this tutorial http://docs.basho.com/riak/kv/2.2.0/developing/data-types/maps/. Language of my choice is Java. Find source code here: https://gist.github.c