morningman opened a new issue #1374:
URL: https://github.com/apache/incubator-brpc/issues/1374


   **Describe the bug (描述bug)**
   
   It works well when response is small,
   but when the response body is larger, error happens:
   
   ```
   java.util.concurrent.ExecutionException: io.grpc.StatusRuntimeException: 
INTERNAL: HTTP/2 error code: FLOW_CONTROL_ERROR
   ```
   
   It seems something about http2 window size,
   but I didn't find any related configurations about this in grpc java client.
   Can any one help me?
   
   **To Reproduce (复现方法)**
   
   
   **Expected behavior (期望行为)**
   
   
   **Versions (各种版本)**
   OS:
   Compiler:
   brpc: 0.9.7
   protobuf: 3.5.1
   grpc: 1.18.0
   
   **Additional context/screenshots (更多上下文/截图)**
   
   


-- 
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