jurmous / etcd4j

Java / Netty client for etcd, the highly-available key value store for shared configuration and service discovery.
Apache License 2.0
267 stars 83 forks source link

etcd4j supports backup #161

Closed belovers closed 6 years ago

belovers commented 6 years ago

i wanna know when etcd4j could support backup function?

lburgazzoli commented 6 years ago

what do you mean ?

belovers commented 6 years ago

I mean the current version of etcd4j does not support backup interface (etcd backup cmd) , when it can support?

lburgazzoli commented 6 years ago

There's no plan to improve etcd4j, main work around etcd java client happens on coreos/jetcd