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
// KeepAlive keeps the given lease alive forever. If the keepalive response
// posted to the channel is not consumed immediately, the lease client will
// continue sending keep alive requests to the etcd server at least every
// second until latest response is consumed.
KeepAlive使给定的租约永远活着。
如果发布到通道上的keepalive响应没有立即被消耗,
租赁客户端将继续向etcd服务器发送keep alive请求,
至少每秒钟一次,直到最新的响应被消耗掉。
如果不进行读取,将会以每秒一次的频率进行需约。
The text was updated successfully, but these errors were encountered:
grpc-lb/etcdv3/register.go
Line 38 in 9238d81
官方文档
如果不进行读取,将会以每秒一次的频率进行需约。
The text was updated successfully, but these errors were encountered: