Nothing -- I don't ever try to set the bar that high ;) I seen a Node implementation was setting something on outbound and was worried I was missing something on the Java. Making sure there was no limit for outbound which just fine for me. :)
On Wednesday, November 8, 2017 at 5:09:10 PM UTC-5, Eric Anderson wrote: > > What are you hoping to achieve? > > The outbound limit was added to support a key in service config > <https://github.com/grpc/grpc/blob/master/doc/service_config.md>, but > that implementation will be changing to avoid the CallOption. So I was > looking at deleting it. Note that by default outbound is unbounded. > > On Wed, Nov 8, 2017 at 10:30 AM, 'Kun Zhang' via grpc.io < > [email protected] <javascript:>> wrote: > >> 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] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> 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 >> >> <https://groups.google.com/d/msgid/grpc-io/5730dbf9-4117-4873-8c89-b48d6788f230%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> >> For more options, visit https://groups.google.com/d/optout. >> > > -- 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/bff0cb1f-05a1-4836-9bc0-685b8ff05819%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
