We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Akka 2.3.0 released: https://groups.google.com/forum/#!topic/akka-user/YMSlVTcxTKo http://doc.akka.io/docs/akka/2.3.0/project/migration-guide-2.2.x-2.3.x.html
auto-down
auto-down-unreachable-after
akka { actor { provider = "akka.cluster.ClusterActorRefProvider" } # This node remote { log-remote-lifecycle-events = off netty.tcp { hostname = "127.0.0.1" port = 2551 # 0 means random port } } cluster { seed-nodes = [ "akka.tcp://[email protected]:2551", "akka.tcp://[email protected]:2552"] auto-down-unreachable-after = 10s } }
The text was updated successfully, but these errors were encountered:
f5ad16f
Fix xitrum-framework#5 Update Akka from 2.2.4 to 2.3.0
6d94c57
ngocdaothanh
No branches or pull requests
Akka 2.3.0 released:
https://groups.google.com/forum/#!topic/akka-user/YMSlVTcxTKo
http://doc.akka.io/docs/akka/2.3.0/project/migration-guide-2.2.x-2.3.x.html
auto-down
is replaced withauto-down-unreachable-after
The text was updated successfully, but these errors were encountered: