reactivecouchbase-rs-core
reactivecouchbase-rs-core copied to clipboard
New ReactiveCouchbase driver using reactive-streams
Hi all, where can I find examples regarding JsonReads and JsonWrites for "complex" complex objects? Say I have a user-defined as follows: `User { firstName: "Some name", lastName: "Some other...
https://github.com/ReactiveCouchbase/reactivecouchbase-rs-core/blob/master/src/main/scala/org/reactivecouchbase/rs/scaladsl/Bucket.scala#L81 (`openBucket` is blocking) Currently the `ReactiveCouchbase.bucket(~)` method is a blocking call which is not something one would expect since all blocking operations are supposedly dealt with asynchronously. Since Bucket...
Is there a way to indicate the Scan consistency strategy when running queries?
I'm trying to migrate a productive Scala Play server application using reactivecouchbase-play to the latest play version (2.6.9) and reactivecouchbase-rs-core (1.2.2-SNAPSHOT). The application compiles and succeeds to connect to couchbase...
The method convertToJsValue is recursive, I wonder if it can cause stack overflow issues on big documents with many nested subtrees?
Hi, currently i'm updating from the 0.5 version the version 1. Was a very good idea to give direct access to the couchbase with the underlyingBucket :+1: Since the `unlock`...
`upsertWithRetry` functuon added with retries on error using the real `rx.Observable.retryWhen` of RxJava
Couchbase recently introduced the sub-document API, which allows users to patch nested document structures within a Couchbase document. I'd love to see this in Reactive Couchbase https://developer.couchbase.com/documentation/server/current/developer-guide/sub-doc-api.html