zalando-stups / spring-boot-etcd

An etcd client for accessing and storing configuration values in an etcd cluster
MIT License
34 stars 13 forks source link

Upgrade to etcd API v3? #5

Open xxyztwz opened 7 years ago

xxyztwz commented 7 years ago

Is there any plan to upgrade to etcd API v3?

danielrohe commented 7 years ago

Currently I'm locking at the changes and how to implement the current functionality with etcd API v3 (https://github.com/coreos/jetcd).