Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open bucket asynchronously? #30

Open
yhpark opened this issue Jan 26, 2019 · 0 comments
Open

Open bucket asynchronously? #30

yhpark opened this issue Jan 26, 2019 · 0 comments

Comments

@yhpark
Copy link

yhpark commented Jan 26, 2019

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 instances are cached, blocking only happens when a bucket is opened for the first time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant