From 779d24dcf7735cde7927c588dbe14d0c241450d4 Mon Sep 17 00:00:00 2001 From: Brendan McAdams Date: Mon, 29 Feb 2016 12:37:17 -0600 Subject: [PATCH] Fix reference to blog post on Distributing Akka Workloads & Shutting Down After. My Domain changed. --- akka-docs/rst/java/routing.rst | 4 ++-- akka-docs/rst/scala/routing.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/akka-docs/rst/java/routing.rst b/akka-docs/rst/java/routing.rst index 071788432e..f0aa17cd80 100644 --- a/akka-docs/rst/java/routing.rst +++ b/akka-docs/rst/java/routing.rst @@ -545,7 +545,7 @@ a resizer. .. note:: Brendan W McAdams' excellent blog post `Distributing Akka Workloads - And Shutting Down Afterwards - `_ + `_ discusses in more detail how ``PoisonPill`` messages can be used to shut down routers and routees. Kill Messages @@ -778,4 +778,4 @@ implement the method in a suitable way. It is not allowed to configure the ``routerDispatcher`` to be a :class:`akka.dispatch.BalancingDispatcherConfigurator` since the messages meant for the special router actor cannot be processed by any other actor. - \ No newline at end of file + diff --git a/akka-docs/rst/scala/routing.rst b/akka-docs/rst/scala/routing.rst index 071e9600e8..bc02284ff6 100644 --- a/akka-docs/rst/scala/routing.rst +++ b/akka-docs/rst/scala/routing.rst @@ -544,7 +544,7 @@ a resizer. .. note:: Brendan W McAdams' excellent blog post `Distributing Akka Workloads - And Shutting Down Afterwards - `_ + `_ discusses in more detail how ``PoisonPill`` messages can be used to shut down routers and routees. Kill Messages