You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ClientBuilder i set connectTimeout = 30 s keepaliveTimeout = 30s keepaliveTime =30 s
When the network is abnormal, I find that the 3line .get() is blocked continuously.
As the service party, I hope that a timeout interval is set.
thx
The text was updated successfully, but these errors were encountered:
client.getKVClient()
.get(EtcdTemplate.toByteSequence("cd"), GetOption.builder().build())
.get() (3 line)
ClientBuilder i set connectTimeout = 30 s keepaliveTimeout = 30s keepaliveTime =30 s
When the network is abnormal, I find that the 3line .get() is blocked continuously.
As the service party, I hope that a timeout interval is set.
thx
The text was updated successfully, but these errors were encountered: