Home  >  Q&A  >  body text

GRPC service is unstable - Stack Overflow

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中文网2658 days ago1491

reply all(1)I'll reply

  • 世界只因有你

    世界只因有你2017-06-12 09:27:20

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

    reply
    0
  • Cancelreply