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

support for etcd v3 #61

Open
ceecko opened this issue Aug 19, 2016 · 4 comments
Open

support for etcd v3 #61

ceecko opened this issue Aug 19, 2016 · 4 comments

Comments

@ceecko
Copy link

ceecko commented Aug 19, 2016

Is support for etcd v3 planned?

@debjeetsarkar
Copy link

Whats up with this ?

@atomfried
Copy link

+1

@liemcbl
Copy link

liemcbl commented Jan 4, 2017

++

@connor4312
Copy link

connor4312 commented Jul 12, 2017

If you're looking for an etcd3 client, I've written one that we've been using in production for a while now https://github.com/mixer/etcd3 😄

In general it probably would not make sense for v2 clients to support v3, at least not in a way that abstracts the two versions to make them feel similar. The V3 APIs are fundamentally different from v2--no directories to create/delete/recurse through, no TTLs, transactions over CAS, etc. Trying to abstract will greatly increase complexity (thereby bugs) and reduce usability (developers would need to learn the abstracted API rather than using preexisting knowledge of v2 or v3 APIs).

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

5 participants