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

Update Akka from 2.2.4 to 2.3.0 #5

Closed
ngocdaothanh opened this issue Mar 6, 2014 · 0 comments
Closed

Update Akka from 2.2.4 to 2.3.0 #5

ngocdaothanh opened this issue Mar 6, 2014 · 0 comments
Assignees

Comments

@ngocdaothanh
Copy link
Member

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

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
    }
  }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant