basho / riak_dt

Convergent replicated datatypes in Erlang
Apache License 2.0
353 stars 70 forks source link

Add "merge only" startup option to update FSM #14

Closed seancribbs closed 11 years ago

seancribbs commented 12 years ago

To support MDC replication, we should be able to send out CRDT values for merge without performing an update operation. This is similar to KV's asis mode on the put FSM.

seancribbs commented 11 years ago

No longer relevant since riak_dt is becoming a library and not a riak_core app.