-
-
Notifications
You must be signed in to change notification settings - Fork 289
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
ETCD provider #2077
Comments
We have an Etcd provider that we built and have been using for the last 2 years or so without issues. @rogeralsing @mhelleborg Should I contribute our etcd provider? Or skip? Given that it is not meant to be compatible with protoactor-go and that could cause confusion for most users. |
@DenizPiri I´d love that. |
@rogeralsing I've implemented this provider exactly as you did with go. Maybe should I open source it? |
@HackPoint I´d love to see both and we can decide from there. |
Mine is working solution in my company |
@HackPoint are you in our Slack? |
I need to implement this in .NET:
https://raw.githubusercontent.com/asynkron/protoactor-go/dev/cluster/clusterproviders/etcd/etcd_provider.go
Do you have a concrete example of this? in C#
Would really ease up my task, I'm new to all of the cluster providers stuff
The text was updated successfully, but these errors were encountered: