io.grpc.StatusRuntimeException: UNKNOWN: Exception calling application: <_Rendezvous of RPC that terminated with (StatusCode.UNAVAILABLE, Endpoint read failed)>
RPC failed: Status{code=UNAVAILABLE, description=null, cause=java.net.ConnectException: 拒绝连接:
调用远程服务 GRPC不定期报异常
请问是什么情况???
每次new了stub 建立了过多的连接 没有复用 导致错误
改为static 问题解决