docker / libkv

Distributed key/value store abstraction library
Apache License 2.0
854 stars 205 forks source link

make etcd periodic member sync configurable and optional #137

Open vikstrous opened 8 years ago

vikstrous commented 8 years ago

Sometimes you don't want the etcd client to connect to arbitrary etcd nodes and you know exactly which node you want to connect to. Also, it makes sense for the sync interval to be configurable, so I think if the sync interval is set to 0, that should disable syncing.