-
Notifications
You must be signed in to change notification settings - Fork 223
chore: Support configuration for max grpc inbound message #1411
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
chore: Support configuration for max grpc inbound message #1411
Conversation
Signed-off-by: Javier Aliaga <[email protected]>
578aa42
to
31504ca
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1411 +/- ##
============================================
+ Coverage 76.91% 78.38% +1.46%
- Complexity 1592 1847 +255
============================================
Files 145 226 +81
Lines 4843 5718 +875
Branches 562 601 +39
============================================
+ Hits 3725 4482 +757
- Misses 821 916 +95
- Partials 297 320 +23 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@holopin-bot @javier-aliaga Thank you! Here's a digital badge as a small token of appreciation. |
Congratulations @javier-aliaga, the maintainer of this repository has issued you a badge! Here it is: https://holopin.io/claim/cmbs0nspg668407lamgtcyy4l This badge can only be claimed by you, so make sure that your GitHub account is linked to your Holopin account. You can manage those preferences here: https://holopin.io/account. |
Signed-off-by: Javier Aliaga <[email protected]>
) Signed-off-by: Javier Aliaga <[email protected]> Co-authored-by: Javier Aliaga <[email protected]>
Signed-off-by: Javier Aliaga <[email protected]>
) Signed-off-by: Javier Aliaga <[email protected]> Co-authored-by: Javier Aliaga <[email protected]>
Signed-off-by: Javier Aliaga <[email protected]> Signed-off-by: sirivarma <[email protected]>
…dapr#1414) Signed-off-by: Javier Aliaga <[email protected]> Co-authored-by: Javier Aliaga <[email protected]> Signed-off-by: siri-varma <[email protected]>
…dapr#1414) Signed-off-by: Javier Aliaga <[email protected]> Co-authored-by: Javier Aliaga <[email protected]> Signed-off-by: siri-varma <[email protected]>
Description
Support for grpc max inbound message and metadata size
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: #1410
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: