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

Implements full spec of gRPC endpoint. #1042

Merged
merged 5 commits into from
May 28, 2024

Conversation

artursouza
Copy link
Member

Description

Implements full spec of gRPC endpoint.

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #1028

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

@artursouza artursouza requested review from a team as code owners May 9, 2024 00:43
@artursouza artursouza marked this pull request as draft May 9, 2024 00:44
@artursouza artursouza marked this pull request as ready for review May 9, 2024 01:59
Copy link

codecov bot commented May 14, 2024

Codecov Report

Attention: Patch coverage is 95.45455% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 77.79%. Comparing base (d759c53) to head (45be0ef).
Report is 17 commits behind head on master.

Files Patch % Lines
sdk/src/main/java/io/dapr/utils/NetworkUtils.java 95.45% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1042      +/-   ##
============================================
+ Coverage     76.91%   77.79%   +0.88%     
+ Complexity     1592     1570      -22     
============================================
  Files           145      144       -1     
  Lines          4843     4797      -46     
  Branches        562      563       +1     
============================================
+ Hits           3725     3732       +7     
+ Misses          821      780      -41     
+ Partials        297      285      -12     

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

@mikeee mikeee mentioned this pull request May 28, 2024
43 tasks
ports:
- "2181:2181"
- 22181:2181
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is the extra 2 there intentional? in 22181

Copy link
Contributor

@cicoyle cicoyle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@artursouza artursouza merged commit faa3af5 into dapr:master May 28, 2024
12 checks passed
@cicoyle cicoyle added this to the v1.12 milestone Jul 23, 2024
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.

Update handling of DAPR_GRPC_ENDPOINT
2 participants