Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[DE-498] [DE-499] Async API #519

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

Merged
rashtao merged 49 commits into devel from refactoring/async-communication-protocol
Oct 19, 2023
Merged

Conversation

Copy link
Collaborator

@rashtao rashtao commented Oct 18, 2023

This PR re-introduces asynchronous API in v7.
The asynchronous API is now accessible through com.arangodb.ArangoDB#async() : ArangoDBAsync.
Cursor and query methods (in ArangoDatabase) will be implemented in a separate PR.

The communication layer has been refactored to be asynchronous. It has been implemented for all supported communication protocols: VST, HTTP/1.1 and HTTP/2.
The synchronous API uses now the same asynchronous communication and blocks to get synchronous results.
Some management operations, like acquiring the host list, are still performed synchronously (blocking the calling thread). They will be refactored to be asynchronous in a future PR.

rashtao added 30 commits October 5, 2023 12:17
Copy link

SonarCloud Quality Gate failed. Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

0.0% 0.0% Coverage
4.4% 4.4% Duplication

warning The version of Java (11.0.21) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17.
Read more here

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

@rashtao rashtao merged commit 01b63b3 into devel Oct 19, 2023
@rashtao rashtao deleted the refactoring/async-communication-protocol branch March 4, 2024 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant

AltStyle によって変換されたページ (->オリジナル) /