Closed dxinli closed 3 days ago
hanlde issue11
etcd config 添加了 timeout 配置, IsHealth 方法在 Get health key 的 context 添加对应的超时设置
etcd config 添加属性以及方法,如果配置无效,则方法会返回默认值 3s,在IsHealth客户端调用前获取config,并调用其方法获取 timeout 配置,并最后根据 timeout 创建 context,传入 Get
config.yaml 添加对应的 timeout 配置,并停止 etcd 服务,程序将出现超时
rebase
guidelines.md
不好意思,第一次提pr,对issue编号不是特别熟悉,所有pr中指定关联的issue错了,我重新提了pr,所以把这个关了
Link to an issue
hanlde issue11
What
etcd config 添加了 timeout 配置, IsHealth 方法在 Get health key 的 context 添加对应的超时设置
How
etcd config 添加属性以及方法,如果配置无效,则方法会返回默认值 3s,在IsHealth客户端调用前获取config,并调用其方法获取 timeout 配置,并最后根据 timeout 创建 context,传入 Get
Screenshots
How to test
config.yaml 添加对应的 timeout 配置,并停止 etcd 服务,程序将出现超时
Checklist
rebase
to confirm that current branch doesn't conflict with main branch.guidelines.md
which used to describe how to build, deploy and use DouTok.