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

can python-etcd support ectd api v3? #252

Open
wubin0605 opened this issue Oct 31, 2017 · 4 comments
Open

can python-etcd support ectd api v3? #252

wubin0605 opened this issue Oct 31, 2017 · 4 comments

Comments

@wubin0605
Copy link

No description provided.

@dohnto
Copy link

dohnto commented Jan 2, 2019

This would be awesome, any plans or updates? Can anyone recommend some mature python etcd client library?

@ahmedbilal
Copy link

This would be awesome, any plans or updates? Can anyone recommend some mature python etcd client library?

@dohnto https://github.com/kragniz/python-etcd3

@guihao-liang
Copy link

I think it's better to mention it in the documentation. It took me a while to figure out this package doesn't support api v3.

This version of python-etcd will only work correctly with the etcd server version 2.0.x or later. If you are running an older version of etcd, please use python-etcd 0.3.3 or earlier.

@guihao-liang
Copy link

found the reason why it doesn't work with etcd-3.4:

Make etcd --enable-v2=false default
etcd --enable-v2=false is now the default.

This client only works with v2 api.

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

4 participants