From b80b50a2e512dbda16ec445d6886856856e492a7 Mon Sep 17 00:00:00 2001 From: "Jabir S. Minjibir" Date: Fri, 13 May 2022 08:51:27 +0100 Subject: [PATCH] Update remoting-artery.md (#31390) --- akka-docs/src/main/paradox/remoting-artery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/src/main/paradox/remoting-artery.md b/akka-docs/src/main/paradox/remoting-artery.md index c783059ea6..980c55a046 100644 --- a/akka-docs/src/main/paradox/remoting-artery.md +++ b/akka-docs/src/main/paradox/remoting-artery.md @@ -152,7 +152,7 @@ See @ref:[migrating from classic remoting](project/migration-guide-2.5.x-2.6.x.m ## Canonical address -In order to remoting to work properly, where each system can send messages to any other system on the same network +In order for remoting to work properly, where each system can send messages to any other system on the same network (for example a system forwards a message to a third system, and the third replies directly to the sender system) it is essential for every system to have a *unique, globally reachable* address and port. This address is part of the unique name of the system and will be used by other systems to open a connection to it and send messages. This means