Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the new etcd client #4

Closed
vcastellm opened this issue Aug 7, 2015 · 4 comments
Closed

Use the new etcd client #4

vcastellm opened this issue Aug 7, 2015 · 4 comments

Comments

@vcastellm
Copy link
Member

The current etcd client is being deprecated, the new client https://godoc.org/github.com/coreos/etcd/client will have all the focus in the future.

@samgaw
Copy link

samgaw commented Aug 28, 2015

Would you consider Docker's libkv instead of the etcd client?

github.com/docker/libkv

@vcastellm
Copy link
Member Author

I thought this should be abstracted to allow several storage backends! thanks @samgaw I wanted this to exists.

Definitely worth considering.

From what I see in the docs the transition should be straightforward.

@samgaw
Copy link

samgaw commented Aug 28, 2015

We moved to Consul so the etcd code was the first thing I skimmed through to see how baked in it was but it's pretty minimal.

If I get a chance over the next couple of days I'll RTFM libkv but I wanted to check first that there wasn't a specific reason for updating the etcd client.

@vcastellm vcastellm mentioned this issue Aug 31, 2015
@vcastellm
Copy link
Member Author

@samgaw Look at #21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants