GetOption donot has timeout
Open
waiting-for-feedback
- Dominant language
- Java
- Stars
- 1.2k
- Forks
- 312
- Avg merge
- 5d 4h
- Merged PRs (30d)
- 2
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.