-
Notifications
You must be signed in to change notification settings - Fork 210
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
Will break with etcd 3.2 #244
Comments
etcd has decided to revert: etcd-io/etcd#8062 |
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: etcd-io/etcd#8062
<etcd-io/etcd#8062>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#244 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABaDYOOudxkc8_xmLSdq9HRfwlL0wGLsks5sCZFygaJpZM4N0Dok>
.
|
Please refer to #232 for updates. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: