+clu #3627 Cluster router group with multiple paths per node

* Use the ordinary routees.paths config property instead of
  cluster.routees-path
* Backwards compatible in deprecation phase
This commit is contained in:
Patrik Nordwall 2013-10-16 11:06:38 +02:00
parent c2faa48351
commit 402674ce10
19 changed files with 168 additions and 103 deletions

View file

@ -147,9 +147,9 @@ private[cluster] object StressMultiJvmSpec extends MultiNodeConfig {
/master-node-2/workers {
router = round-robin-group
nr-of-instances = 100
routees.paths = ["/user/worker"]
cluster {
enabled = on
routees-path = "/user/worker"
allow-local-routees = on
}
}