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
Context value of CRDT object could be useful for operations like calculating HTTP Etag. Currently, the only way to retrieve context is to deal with internal representation of CRDT object.
{map,_,_,_,Context} =Obj.
By adding riakc_datatype:context/1, we could make such operations much more reliable.
-callbackcontext(datatype()) ->context().
The text was updated successfully, but these errors were encountered:
Context value of CRDT object could be useful for operations like calculating HTTP Etag. Currently, the only way to retrieve context is to deal with internal representation of CRDT object.
By adding
riakc_datatype:context/1
, we could make such operations much more reliable.The text was updated successfully, but these errors were encountered: