vmagamedov/grpclib

Can the channel carry options?

inewlife opened this issue · 10 comments

just like
conn = Channel(cache_address, options=[('grpc.max_message_length', 1024 * 1024 * 1024), ('grpc.max_send_message_length', 1024 * 1024 * 1024), ('grpc.max_receive_message_length', 1024 * 1024 * 1024)])

Currently this is not implemented, but I plan to add such options in the future.

Thanks Reply,When is the development planned?

lnshi commented

@vmagamedov has any progress been made for this?

@lnshi Nope. Which options do you need?

lnshi commented

@vmagamedov currently i am using MaxRecvMsgSize, MaxSendMsgSize, InitialWindowSize and InitialConnWindowSize.

Added http2_connection_window_size and http2_stream_window_size config values in ea13595