docker / libkv

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

add option to disable quorum for gets with etcd backend #173

Closed zyclonite closed 6 years ago

zyclonite commented 7 years ago

having the quorum flag active for all get requests breaks our etcd cluster because of too much load with simple get requests

it would be really important for us to disable that or have readOptions implemented (see pull request https://github.com/docker/libkv/pull/167)

zyclonite commented 6 years ago

fixed in fork https://github.com/abronan/libkv/pull/33