morningman commented on issue #1374:
URL: https://github.com/apache/incubator-brpc/issues/1374#issuecomment-819465944


   Solved by using GRPC java `NettyChannelBuilder` instead of 
`ManagedChannelBuilder`.
   And setting `NettyChannelBuilder`'s `flowControlWindow()` to a large value, 
such as 1GB.
   
   `ManagedChannelBuilder` doesn't have interface to set the flow control 
window size, and its default size is 64K.
   
   But I found that when interacting with the brpc server, http2's SETTING 
frame and WINDOW_UPDATE frame behave strangely, and they cannot handle a RPC 
request for big data. I don't know why...


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to