zio-connect icon indicating copy to clipboard operation
zio-connect copied to clipboard

couchbase-connector - add a version of get that also returns cas and a version of replace that uses cas

Open adrianfilip opened this issue 2 years ago • 0 comments

Context

  • We want to add a versions of get that also return cas and a version of replace that uses cas. That way we can do smth like 'getWithCas >>> process >>> replaceWithCas'.
  • https://docs.couchbase.com/java-sdk/current/howtos/concurrent-document-mutations.html

adrianfilip avatar Dec 14 '22 05:12 adrianfilip