jplana / python-etcd

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

Will break with etcd 3.2 #244

Closed maikzumstrull closed 7 years ago

maikzumstrull commented 7 years ago

I just tried etcd 3.2rc1, and while it still has the v2 API as a fallback, the /v2/machines call has been removed. It's used in this library if reconnects are enabled.

maikzumstrull commented 7 years ago

etcd has decided to revert: https://github.com/coreos/etcd/pull/8062

lavagetto commented 7 years ago

In any case, I plan to add proper support for etcd 3.x with an Api as similar ad possible to the current one, using python-etcd3 as a base.

To that end, I'm contributing to the upstream project in the meanwhile to add features we are used to with the current library. The goal is to make it relatively easy to port your software to etcd3 without a complete rewrite.

G.

Il ven 9 giu 2017, 20:39 Maik Zumstrull notifications@github.com ha scritto:

etcd has decided to revert: coreos/etcd#8062 https://github.com/coreos/etcd/pull/8062

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jplana/python-etcd/issues/244#issuecomment-307467817, or mute the thread https://github.com/notifications/unsubscribe-auth/ABaDYOOudxkc8_xmLSdq9HRfwlL0wGLsks5sCZFygaJpZM4N0Dok .

lavagetto commented 7 years ago

Please refer to #232 for updates.