-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
gRPC: Implement max_receive_message_length in envoy gRPC #32711
Conversation
Signed-off-by: tyxia <[email protected]>
Signed-off-by: tyxia <[email protected]>
Signed-off-by: tyxia <[email protected]>
Signed-off-by: tyxia <[email protected]>
Signed-off-by: tyxia <[email protected]>
Signed-off-by: tyxia <[email protected]>
Signed-off-by: tyxia <[email protected]>
Signed-off-by: tyxia <[email protected]>
Signed-off-by: tyxia <[email protected]>
CC @envoyproxy/api-shepherds: Your approval is needed for changes made to |
Signed-off-by: tyxia <[email protected]>
Signed-off-by: tyxia <[email protected]>
…ecv_length Signed-off-by: tyxia <[email protected]>
/retest |
/assign @yanavlasov @htuch |
Signed-off-by: tyxia <[email protected]>
…ecv_length Signed-off-by: tyxia <[email protected]>
/retest |
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
Signed-off-by: tyxia <[email protected]>
/wait-any |
Signed-off-by: tyxia <[email protected]>
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.
Can you add a release note?
Will wait for Lizan's comment to be addressed. /wait |
Signed-off-by: tyxia <[email protected]>
Sorry for delay. Release note has been added. PTAL @htuch @yanavlasov @lizan |
…ecv_length Signed-off-by: tyxia <[email protected]>
Signed-off-by: tyxia <[email protected]>
Signed-off-by: tyxia <[email protected]>
gentle ping @htuch @yanavlasov @lizan |
…32711) --------- Signed-off-by: tyxia <[email protected]>
Over-frame-limit error can now be surfaced from gRPC codec level after PR #32511
Envoy gRPC client can leverage this to implement max_recevie_meassage_length with config field. This field is defaulted to 0, which means no limits.
error status will be improved by #32676