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 Report

Patch coverage: 50.56% and project coverage change: -0.66% ⚠️

Comparison is base (3429ca1) 63.42% compared to head (a40bcde) 62.77%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the GitHub App Integration for your organization. Read more.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #543      +/-   ##
============================================
- Coverage     63.42%   62.77%   -0.66%     
- Complexity      795      797       +2     
============================================
  Files            72       72              
  Lines          3877     3946      +69     
  Branches        535      539       +4     
============================================
+ Hits           2459     2477      +18     
- Misses         1051     1097      +46     
- Partials        367      372       +5     
Files Changed Coverage Δ
...com/vesoft/nebula/client/graph/net/Connection.java 100.00% <ø> (ø)
...va/com/vesoft/nebula/client/graph/SessionPool.java 52.51% <33.33%> (-0.76%) ⬇️
.../vesoft/nebula/client/graph/SessionPoolConfig.java 49.43% <41.66%> (-1.22%) ⬇️
...vesoft/nebula/client/graph/net/SyncConnection.java 50.00% <44.44%> (-4.10%) ⬇️
...m/vesoft/nebula/client/graph/NebulaPoolConfig.java 95.12% <50.00%> (-4.88%) ⬇️
.../src/main/java/com/vesoft/nebula/util/SslUtil.java 81.63% <60.00%> (-0.29%) ⬇️
...ebula/client/graph/net/RoundRobinLoadBalancer.java 84.61% <63.63%> (-5.04%) ⬇️
...vesoft/nebula/client/graph/net/ConnObjectPool.java 57.14% <100.00%> (+1.04%) ⬆️
...com/vesoft/nebula/client/graph/net/NebulaPool.java 86.40% <100.00%> (ø)

... and 1 file with indirect coverage changes

☔ 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
2 checks 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