reactivecouchbase-rs-core icon indicating copy to clipboard operation
reactivecouchbase-rs-core copied to clipboard

Upsert with retry implemented

Open HimanshuArora1234 opened this issue 8 years ago • 2 comments
trafficstars

upsertWithRetry functuon added with retries on error using the real rx.Observable.retryWhen of RxJava

HimanshuArora1234 avatar Aug 10 '17 15:08 HimanshuArora1234

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 ?

mathieuancelin avatar Aug 11 '17 12:08 mathieuancelin

Ok sure. Will do that :)

HimanshuArora1234 avatar Aug 11 '17 13:08 HimanshuArora1234