GRPC service is unstable - Stack Overflow
PHP中文网
PHP中文网 2017-06-12 09:25:20
0
1
1500

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: Connection refused:

Call remote service GRPC reports exceptions from time to time

what is the situation? ? ?

PHP中文网
PHP中文网

认证高级PHP讲师

reply all(1)
世界只因有你

Every time a new stub is created, too many connections are established without reuse, causing errors
Change to static to solve the problem

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!