Skip to content
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

cluster #19

Closed
jinyuttt opened this issue Apr 27, 2019 · 7 comments
Closed

cluster #19

jinyuttt opened this issue Apr 27, 2019 · 7 comments
Assignees
Labels
enhancement New feature or request v3.0.0
Projects

Comments

@jinyuttt
Copy link

Is your feature request related to a problem? Please describe.
How does the cluster work? You demonstrated an etcd.

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@shubhamranjan
Copy link
Owner

Currently, it works by passing a single host. Current workaround is to have a tcp (grpc capable) loadbalancer on top of hosts which I know is unorthodox.

I have planned to have it in the future release as soon as I am a bit free. Can't guarantee an ETA here though.

If you plan to develop and contribute the same, please go ahead and feel free to send a PR :)

@shubhamranjan shubhamranjan added enhancement New feature or request help wanted Extra attention is needed labels Apr 30, 2019
@jinyuttt
Copy link
Author

jinyuttt commented May 3, 2019

What is the way to judge that the connection is no longer available for the client that has been connected (the server is closed, the network is broken)

@shubhamranjan
Copy link
Owner

What is the way to judge that the connection is no longer available for the client that has been connected (the server is closed, the network is broken)

Following up on this in #20

@shubhamranjan
Copy link
Owner

I plan to add support this post 15th June 19 if someone doesn't. Going through a bit of busy schedule.

@jinyuttt
Copy link
Author

ok,我的能力有限,无法贡献

@shubhamranjan shubhamranjan added this to To Do in dotnet-etcd via automation Jul 1, 2019
@shubhamranjan shubhamranjan moved this from To Do to In Progress in dotnet-etcd Aug 4, 2019
@shubhamranjan shubhamranjan removed the help wanted Extra attention is needed label Aug 4, 2019
@shubhamranjan shubhamranjan self-assigned this Aug 4, 2019
@shubhamranjan
Copy link
Owner

shubhamranjan commented Aug 11, 2019

I have released this in an alpha package. Please do test it out and let me know if you face any issues.
You can pass comma separated hosts like etcd1:2379,etcd2:2379,etcd3:2379.

Will update documentation soon.

@shubhamranjan shubhamranjan moved this from In Progress to Testing in dotnet-etcd Aug 26, 2019
@shubhamranjan
Copy link
Owner

Released with v3.0.0

dotnet-etcd automation moved this from Testing to Done Sep 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request v3.0.0
Projects
dotnet-etcd
  
Done
Development

No branches or pull requests

2 participants