issues
search
spring-attic
/
spring-cloud-etcd
Apache License 2.0
144
stars
60
forks
source link
Bring this project on the same level as spring-cloud-zookeeper
#57
Open
fabianmurariu
opened
5 years ago
fabianmurariu
commented
5 years ago
Drop the funky etcd client and replace it with the official
https://github.com/etcd-io/jetcd
get etcdv3 support for free from the above
update the code to at least java 1.8+ (because it's 2019)
upgrade to the latest Spring versions
implement similar (if not the same) APIs as spring-cloud-zookeeper
graduate