You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 18, 2018. It is now read-only.
It looks like right now Curator only supports last write wins for Riak. I'd like to add (probably at the Repository level) the ability to resolve conflicts when LWW is turned off, which will be the default in Riak 2.0.
This means support for:
Passing around a vector clock so when you pull down an object, modify it, and save it, we use the vector clock from the original fetch.
At the repository level, defining a way to resolve conflicts
Thoughts on these changes? AFAIK, these are pretty Riak-specific, but are pretty important in the way you're supposed to use Riak, especially with 2.0 coming.