-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 change grpc maxInboundMessageSize #1333
support change grpc maxInboundMessageSize #1333
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1333 +/- ##
============================================
+ Coverage 71.98% 72.02% +0.04%
Complexity 784 784
============================================
Files 416 416
Lines 17659 17660 +1
Branches 2752 2752
============================================
+ Hits 12711 12720 +9
+ Misses 3547 3539 -8
Partials 1401 1401
|
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.
Should both change outbound size.
core/common/src/main/resources/com/alipay/sofa/rpc/common/rpc-config-default.json
Outdated
Show resolved
Hide resolved
core/common/src/main/resources/com/alipay/sofa/rpc/common/rpc-config-default.json
Show resolved
Hide resolved
29ffc92
to
0ab4cb9
Compare
|
8c4e696
to
0a7f6da
Compare
0a7f6da
to
2a764b5
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 . Related issue can be found: grpc/grpc-java#2563
* Modify the parsing header method to facilitate expansion (#1325) Co-authored-by: liujianjun.ljj <[email protected]> * feat: let use of javassist compatible at jdk 17 (#1316) Co-authored-by: junyuan <[email protected]> * upgrade rpc version to 5.10.0-SNAPSHOT (#1326) * upgrade rpc version to 5.10.0-SNAPSHOT * upgrade rpc version to 5.10.0-SNAPSHOT --------- Co-authored-by: liujianjun.ljj <[email protected]> * Custom serializer register (#1296) * feat: use extension on serializer register --------- Co-authored-by: 均源 <[email protected]> Co-authored-by: junyuan <[email protected]> * chore: update version to release (#1328) Co-authored-by: lo1nt <[email protected]> * upgrade rpc version to 5.10.1-SNAPSHOT (#1334) Co-authored-by: liujianjun.ljj <[email protected]> * support change grpc maxInboundMessageSize (#1333) Co-authored-by: liujianjun.ljj <[email protected]> * Fix the unit test message too large problem (#1339) * support change grpc maxInboundMessageSize * fix the debug body message too large problem --------- Co-authored-by: liujianjun.ljj <[email protected]> * feat: bump hessian from 3.13.3 to 3.4.0 (#1338) Co-authored-by: Lo1nt <[email protected]> * updapte 5.10.1 version to release (#1337) Co-authored-by: Lo1nt <[email protected]> * update version * bump hessian * update version * add ci * set verison as 51100 * fix: destory * fix: unit test --------- Co-authored-by: evenliu <[email protected]> Co-authored-by: liujianjun.ljj <[email protected]> Co-authored-by: lo1nt <[email protected]> Co-authored-by: lo1nt <[email protected]>
support change grpc maxInboundMessageSize