-
Notifications
You must be signed in to change notification settings - Fork 26
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
support multi endpoint #25
Comments
Hi,
|
@gszpura Of course, that is exactly what i'm going to do As for the timeline, since I thought it's not a urgent feature, currently i'm working on a demo app of etcd3-py. If you truly need it, maybe I can write it first. Also, thank you for using this lib and welcome to contribute to this project 😀 |
Reconnection is needed for my usecase since my etcd HA cluster consists of 3 nodes and I would like to auto switch nodes when current one is failing. If you have an idea and time for writing that I would appreciate it ;] |
@Revolution1 Are there any contribution guide about this project? I want to do something about this feature. Could you give me some advice? |
@stupidchen you can just write your thoughts about this feature under this issue I have some ideas about this feature: Add a Discover endpoint:
Auto select a heathy endpoint
Of course you can just start coding and create a pull request 😆 The only guide is write clean and readable code (and PEP8 formatted) . ps: don't forget the test~ |
Thanks for your advice! I will start coding in few days! |
I've submitted #55 which gives |
How does the current version support clustering? No solution?Release 0.2.0…. It seems so far off in the future |
The text was updated successfully, but these errors were encountered: