Lookup of cluster routees, see #2103
* Lookup of routee on cluster member node using configured routees-path
This commit is contained in:
parent
d552e06a07
commit
bf1781c173
6 changed files with 111 additions and 23 deletions
|
|
@ -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 = ""
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue