Open wubin0605 opened 7 years ago
This would be awesome, any plans or updates? Can anyone recommend some mature python etcd client library?
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.
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.
This would be awesome, any plans or updates? Can anyone recommend some mature python etcd client library?