You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When the request protobuf object or the return protobuf object is larger than the grpc default max message size (4MB), it will raise ResourceExhausted error.
Describe the solution you'd like
In cpp, the max message size can be set in client ChannelArguments:
The text was updated successfully, but these errors were encountered:
pangwong
changed the title
enlarge max message size from 4MB to unlimited
enlarge max message size from 4MB to a big enough number like INT_MAX
May 2, 2020
Is your feature request related to a problem? Please describe.
When the request protobuf object or the return protobuf object is larger than the grpc default max message size (4MB), it will raise ResourceExhausted error.
Describe the solution you'd like
In cpp, the max message size can be set in client ChannelArguments:
The text was updated successfully, but these errors were encountered: