Lookup of cluster routees, see #2103

* Lookup of routee on cluster member node using configured routees-path
This commit is contained in:
Patrik Nordwall 2012-09-07 14:54:53 +02:00
parent d552e06a07
commit bf1781c173
6 changed files with 111 additions and 23 deletions

View file

@ -126,5 +126,10 @@ akka {
# Useful for master-worker scenario where all routees are remote.
deploy-on-own-node = on
# Actor path of the routees to lookup with actorFor on the member
# nodes in the cluster. E.g. "/user/myservice". If this isn't defined
# the routees will be deployed instead of looked up.
routees-path = ""
}
}