arangodb-net-standard icon indicating copy to clipboard operation
arangodb-net-standard copied to clipboard

3.10: Added Read From Follower support

Open tjoubert opened this issue 3 years ago • 0 comments

Added Read From Follower support to the following:

  • Single document reads (GET /_api/document)
  • Batch document reads (PUT /_api/document?onlyget=true)
  • Read-only AQL queries (POST /_api/cursor)
  • Read-only Stream Transactions and their sub-operations (POST /_api/transaction/begin)

tjoubert avatar Aug 31 '22 17:08 tjoubert