From ee41f5575476d291c81227b9328f7c25affa2159 Mon Sep 17 00:00:00 2001 From: Edison Date: Tue, 4 Dec 2018 21:58:40 +0800 Subject: [PATCH] Clarify routee paths do not support full path under cluster #25935 (#25957) --- akka-docs/src/main/paradox/cluster-routing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/akka-docs/src/main/paradox/cluster-routing.md b/akka-docs/src/main/paradox/cluster-routing.md index bb68052229..91361e5960 100644 --- a/akka-docs/src/main/paradox/cluster-routing.md +++ b/akka-docs/src/main/paradox/cluster-routing.md @@ -60,8 +60,8 @@ the router will try to use them as soon as the member status is changed to 'Up'. @@@ -The actor paths without address information that are defined in `routees.paths` are used for selecting the -actors to which the messages will be forwarded to by the router. +The actor paths that are defined in `routees.paths` are used for selecting the +actors to which the messages will be forwarded to by the router. The path should not contain protocol and address information because they are retrieved dynamically from the cluster membership. Messages will be forwarded to the routees using @ref:[ActorSelection](actors.md#actorselection), so the same delivery semantics should be expected. It is possible to limit the lookup of routees to member nodes tagged with a particular set of roles by specifying `use-roles`.