-
Notifications
You must be signed in to change notification settings - Fork 83
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 management with akka-management #219
Comments
Running an Akka cluster in Setup
|
Hi @SemanticBeeng, supporting extensions or tooling for the actor system or the cluster is something we think is better to delegate to the user of Baker, since Akka is just implementation details of our library. Feel free to use the same actor system you use for Baker for any other tooling like Akka Management. Regarding: That is a cool idea and probably a good blog post, we will consider it for when we have time. Regarding Multi-JVM tests are currently setup to join the cluster on the traditional seed-node mode, it might be interesting to see if they can be used to test a service discovery mode |
@FrancoAra maybe now a good time for this? :-) |
Introduce support for cluster management based on
akka-management
https://developer.lightbend.com/docs/akka-management/current.Example based on
Kubernetes
andakka-management
https://blog.softwaremill.com/running-akka-cluster-on-kubernetes-e4cd2913e951
Would be really good to know more about current ING cluster / deployment management practices and how
akka-management
would fit.Would the multi-JVM tests work / benefit from such a deployment ?
The text was updated successfully, but these errors were encountered: