You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Java Driver version 7.2.0, the asynchronous driver can be accessed via ArangoOperations#driver() and ArangoDB#async(), e.g. by invoking ArangoDBAsync adbAsync = arangoOperations.driver().async();.
Anyways, all the operations performed by ArangoOperations and ArangoRepository are still implemented using the synchronous driver.
I see the default is
SimpleArangoRepository
which uses theArangoDB
driver under the hood.Is there support for the
ArangoDBAsync
driver anywhere?The text was updated successfully, but these errors were encountered: