在grpc客户端上,我在调用服务器中的rpc方法后得到这个错误。我使用的是grpc-spring-boot-starter(java)。请告诉我如何增加响应大小。
at io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:262)
at io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:243)
at io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:156)
1条答案
按热度按时间hgb9j2n61#
可以参考grpc项目here,只需要在formaxInboundMessageSize上添加修改即可
或者把这个加到 prop 里。