Merge pull request #1304 from akka/wip-2839-dispatcher-deploy-config-patriknw
Add dispatcherId to deployment config, see #2839
This commit is contained in:
commit
9f45dd90b7
18 changed files with 293 additions and 76 deletions
|
|
@ -232,7 +232,7 @@ private[akka] class RemoteActorRefProvider(
|
|||
}
|
||||
|
||||
Iterator(props.deploy) ++ deployment.iterator reduce ((a, b) ⇒ b withFallback a) match {
|
||||
case d @ Deploy(_, _, _, RemoteScope(addr)) ⇒
|
||||
case d @ Deploy(_, _, _, RemoteScope(addr), _) ⇒
|
||||
if (hasAddress(addr)) {
|
||||
local.actorOf(system, props, supervisor, path, false, deployment.headOption, false, async)
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue