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

support grpc message size options #806

Closed
kennethkongiw opened this issue Oct 26, 2020 · 0 comments
Closed

support grpc message size options #806

kennethkongiw opened this issue Oct 26, 2020 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@kennethkongiw
Copy link

GRPC limits a single message to a maximum of 4M by default, it will result an error of "received message larger than max" if it exceeds 4M. But it can be modified in NewClient/NewServer, and it seems that there is also a minimum message length. Maybe ’protocol_conf‘ should support those configurations?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants