Can the channel carry options?
inewlife opened this issue · 10 comments
inewlife commented
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)])
vmagamedov commented
Currently this is not implemented, but I plan to add such options in the future.
inewlife commented
Thanks Reply,When is the development planned?
lnshi commented
@vmagamedov has any progress been made for this?
vmagamedov commented
@lnshi Nope. Which options do you need?
lnshi commented
@vmagamedov currently i am using MaxRecvMsgSize
, MaxSendMsgSize
, InitialWindowSize
and InitialConnWindowSize
.
vmagamedov commented
Added http2_connection_window_size
and http2_stream_window_size
config values in ea13595