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

support http2 for java client #543

Merged
merged 8 commits into from
Sep 6, 2023
Merged

support http2 for java client #543

merged 8 commits into from
Sep 6, 2023

Conversation

Nicole00
Copy link
Contributor

@Nicole00 Nicole00 commented Sep 6, 2023

close #538

@codecov-commenter
Copy link

codecov-commenter commented Sep 6, 2023

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 50.56180% with 44 lines in your changes missing coverage. Please review.

Project coverage is 63.02%. Comparing base (3429ca1) to head (34fdd4f).
Report is 25 commits behind head on master.

Files with missing lines Patch % Lines
...vesoft/nebula/client/graph/net/SyncConnection.java 44.44% 23 Missing and 2 partials ⚠️
.../vesoft/nebula/client/graph/SessionPoolConfig.java 41.66% 7 Missing ⚠️
...va/com/vesoft/nebula/client/graph/SessionPool.java 33.33% 3 Missing and 1 partial ⚠️
...ebula/client/graph/net/RoundRobinLoadBalancer.java 63.63% 4 Missing ⚠️
...m/vesoft/nebula/client/graph/NebulaPoolConfig.java 50.00% 2 Missing ⚠️
.../src/main/java/com/vesoft/nebula/util/SslUtil.java 60.00% 2 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #543      +/-   ##
============================================
- Coverage     63.42%   63.02%   -0.40%     
- Complexity      795      801       +6     
============================================
  Files            72       72              
  Lines          3877     3946      +69     
  Branches        535      539       +4     
============================================
+ Hits           2459     2487      +28     
- Misses         1051     1089      +38     
- Partials        367      370       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Nicole00 Nicole00 merged commit f474ecf into vesoft-inc:master Sep 6, 2023
1 check passed
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

Successfully merging this pull request may close these issues.

nebula java client support http/2
3 participants