Prototype of cluster aware routers, see #2103

* Several FIXME that needs to be discussed
* ClusterRouterConfig created via ClusterActorRefProvider
This commit is contained in:
Patrik Nordwall 2012-08-28 08:36:14 +02:00
parent f6079de381
commit 417bdc2dfb
12 changed files with 321 additions and 12 deletions

View file

@ -21,6 +21,7 @@ import akka.actor.RootActorPath
object MultiNodeClusterSpec {
def clusterConfig: Config = ConfigFactory.parseString("""
akka.actor.provider = akka.cluster.ClusterActorRefProvider
akka.cluster {
auto-join = on
auto-down = off