etcd-client icon indicating copy to clipboard operation
etcd-client copied to clipboard

Results 3 etcd-client issues
Sort by recently updated
recently updated
newest added

Current `Kv` holds a `WatchClient` which has an established channel with etcd server. When restart cache, need to reconnect to etcd server.

Add lock operation for etcd client, including lock an unlock.

The detached tasks are not be managed right now. Better to manage the number of detached tasks to avoid the memory issue.