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

Plugin proposal: Akka.Cluster.Zookeeper #1198

Closed
Horusiath opened this issue Jul 31, 2015 · 6 comments
Closed

Plugin proposal: Akka.Cluster.Zookeeper #1198

Horusiath opened this issue Jul 31, 2015 · 6 comments

Comments

@Horusiath
Copy link
Contributor

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).

@rogeralsing
Copy link
Contributor

👍

@DavidHoerster
Copy link

I'd like to help out on this one.

@rogeralsing
Copy link
Contributor

After some research on this, I wonder if Zookeeper is a good fit?
Zookeeper is CP, and a service discovery (seednode discovery in our case) really should be AP, right?

See https://tech.knewton.com/blog/2014/12/eureka-shouldnt-use-zookeeper-service-discovery/

@Horusiath
Copy link
Contributor Author

@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.

@sean-gilliam
Copy link
Member

@akkadotnet/core Should we move this proposal to the AkkaNetContrib org?

@sean-gilliam
Copy link
Member

Moved issue to AkkaNetContrib/Home#25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants