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]> 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].
> 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
> <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/CA%2B4M1oMOUtwXbCasgrjXN817Ugkmsf7X%2BBFiK5GMteYgRdW%2BAA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to