-
Notifications
You must be signed in to change notification settings - Fork 96
It seems that the async client is blocking when consuming a cursor #433
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
Comments
You are right, this is unfortunately due to some legacy design decision. We are currently evaluating the implementation of a new driver which would be based on asynchronous/reactive core and overcome this limitation. |
👍 |
So circling back to this, I don't see how that workaround can work out because ArangoCursorAsync doesn't provide access to the first pre-fetched page of results. Am I missing something? |
Here is an example showing how to consume a cursor in a non-blocking way using |
Fixed by #520, released in https://github.com/arangodb/arangodb-java-driver/releases/tag/v7.2.0 |
Is that by design?
The text was updated successfully, but these errors were encountered: