grpc-java appears to have a `maxInboundMessageSize` 
https://grpc.github.io/grpc-java/javadoc/io/grpc/ManagedChannelBuilder.html#maxInboundMessageSize-int-
 
that allows the max inbound message size to be changed.

Is there a similar option for Python?

I 
see 
https://groups.google.com/forum/#!searchin/grpc-io/max$20message$20size$20python%7Csort:date/grpc-io/HPLqOjAq2XI/mWrlGZ8cAgAJ
 
but it seems to be for max send message size.

Context:
Some requests to the Cloud Text-to-Speech API result in responses that 
exceed the 4MB default: 
https://github.com/googleapis/python-texttospeech/issues/5
Googlers see internal issue 170125537

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/48f2f21e-e520-453d-bd8f-56f5bdf20bb4o%40googlegroups.com.

Reply via email to