docker / libkv

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

implemented a etcd v3 api store #207

Closed smallnest closed 4 years ago

smallnest commented 4 years ago

as #164 indicated, current libkv doesn't support etcd v3 api, so I created one:

https://github.com/smallnest/libkv-etcdv3-store

welcome review and pr

vcastellm commented 4 years ago

FYI: This fork of libkv is maintained and supports etcdv3 https://github.com/abronan/valkeyrie