reactivecouchbase-rs-core
reactivecouchbase-rs-core copied to clipboard
Upsert with retry implemented
trafficstars
upsertWithRetry functuon added with retries on error using the real rx.Observable.retryWhen of RxJava
That's nice but I'd like to use idiomatic Scala as much as possible and avoid rx apis. Can you rewrite it without depending on RetryWhenFunction in the public API ?
Ok sure. Will do that :)