-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Plugin proposal: Akka.Cluster.Zookeeper #1198
Comments
👍 |
I'd like to help out on this one. |
After some research on this, I wonder if Zookeeper is a good fit? See https://tech.knewton.com/blog/2014/12/eureka-shouldnt-use-zookeeper-service-discovery/ |
@rogeralsing Zookeeper is centralized configuration server. I think that having hard consistency is desired for this case. However it's also possible to work in read-only mode which is more AP oriented - there is interesting discussion about that in comments section of article, you've linked. |
@akkadotnet/core Should we move this proposal to the AkkaNetContrib org? |
Moved issue to AkkaNetContrib/Home#25 |
This is the idea for the plugin, that could use Apache Zookeeper for bootstrapping akka cluster. There already exists a similar solution on the JVM space (link).
The text was updated successfully, but these errors were encountered: