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

Is there non-blocking I/O driver? #24

Closed
ihoro opened this issue Sep 10, 2015 · 1 comment
Closed

Is there non-blocking I/O driver? #24

ihoro opened this issue Sep 10, 2015 · 1 comment

Comments

@ihoro
Copy link

ihoro commented Sep 10, 2015

Hello,

Is there a way to use the driver non-blocking I/O way? Maybe through Reactive Streams or direct support of something like RxJava.

@dothebart
Copy link
Contributor

For asynchroneous IO in Java we currently only have https://github.com/santo74/vertx-arangodb .

The driver in this repository uses a blocking backend. There is no quick way to convert it, which doesn't mean that it couldn't be done. We will discuss this internally next week.

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

2 participants