jplana / python-etcd

A python client for etcd
Other
522 stars 210 forks source link

can python-etcd support ectd api v3? #252

Open wubin0605 opened 7 years ago

dohnto commented 5 years ago

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

ahmedbilal commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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.