feat(streaming): support max receive message size foor gRPC and TTHea… - #1980
feat(streaming): support max receive message size foor gRPC and TTHea…#1980junliurs wants to merge 2 commits into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1980 +/- ##
==========================================
+ Coverage 62.95% 63.23% +0.27%
==========================================
Files 394 396 +2
Lines 30267 30415 +148
==========================================
+ Hits 19056 19232 +176
+ Misses 9924 9895 -29
- Partials 1287 1288 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
3e88db8 to
05a6fb7
Compare
|
Drive-by review from a downstream user — we hit exactly this gap last week and independently Context (why this matters): we run a streaming LLM gateway on Kitex gRPC (nphttp2) that now The placement is right. Putting the check before 1. The status code looks wrong. The check returns grpc-go returns Would you consider mapping this to 2. Thanks for putting this together — happy to test it against our workload if that helps it land. |
@ccoalm You are right about the status code. I changed the size-limit path in For the default, unlimited is intentional for backward compatibility. Changing The size check remains before Thanks again — both points were helpful. |
…der streaming
What type of PR is this?
Check the PR title.
(Optional) Translate the PR title into Chinese.
(Optional) More detailed description for this PR(en: English/zh: Chinese).
en:
zh(optional):
(Optional) Which issue(s) this PR fixes:
(optional) The PR that updates user documentation: