There is CallOptions.withMaxOutboundMessageSize(). If you want to enforce it channel-wide, you can create an interceptor to override the CallOptions.
On Wednesday, November 8, 2017 at 10:21:37 AM UTC-8, [email protected] wrote: > > Hi > I know of maxInboundMessageSize for incoming messages to a client Are > there any controls/restrictions on outbound ? > I also know the server can also restrict on how much it will receive > (it's inbound) but not really interested in that, just client side > configurations/restrictions. > > Thanks > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/5730dbf9-4117-4873-8c89-b48d6788f230%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
