diff --git a/akka-docs/src/main/paradox/cluster-metrics.md b/akka-docs/src/main/paradox/cluster-metrics.md index 0aca5c42cf..c4592948e8 100644 --- a/akka-docs/src/main/paradox/cluster-metrics.md +++ b/akka-docs/src/main/paradox/cluster-metrics.md @@ -185,11 +185,9 @@ Scala Java : @@snip [FactorialFrontend.java](/akka-docs/src/test/java/jdocs/cluster/FactorialFrontend.java) { #router-lookup-in-code #router-deploy-in-code } -The easiest way to run **Adaptive Load Balancing** example yourself is to download the ready to run -@scala[@extref[Akka Cluster Sample with Scala](ecs:akka-samples-cluster-scala)] @java[@extref[Akka Cluster Sample with Java](ecs:akka-samples-cluster-java)] -together with the tutorial. It contains instructions on how to run the **Adaptive Load Balancing** sample. -The source code of this sample can be found in the -@scala[@extref[Akka Samples Repository](samples:akka-sample-cluster-scala)]@java[@extref[Akka Samples Repository](samples:akka-sample-cluster-java)]. +The easiest way to run the **Adaptive Load Balancing** example yourself is to try the +@scala[@extref[Akka Cluster Sample with Scala](samples:akka-samples-cluster-scala)]@java[@extref[Akka Cluster Sample with Java](samples:akka-samples-cluster-java)]. +It contains instructions on how to run the **Adaptive Load Balancing** sample. ## Subscribe to Metrics Events diff --git a/akka-docs/src/main/paradox/cluster-routing.md b/akka-docs/src/main/paradox/cluster-routing.md index 91361e5960..f459555047 100644 --- a/akka-docs/src/main/paradox/cluster-routing.md +++ b/akka-docs/src/main/paradox/cluster-routing.md @@ -143,13 +143,10 @@ akka.actor.deployment { This means that user requests can be sent to `StatsService` on any node and it will use `StatsWorker` on all nodes. -The easiest way to run **Router Example with Group of Routees** example yourself is to download the ready to run -@scala[@extref[Akka Cluster Sample with Scala](ecs:akka-samples-cluster-scala)] -@java[@extref[Akka Cluster Sample with Java](ecs:akka-samples-cluster-java)] -together with the tutorial. It contains instructions on how to run the **Router Example with Group of Routees** sample. -The source code of this sample can be found in the -@scala[@extref[Akka Samples Repository](samples:akka-sample-cluster-scala)]@java[@extref[Akka Samples Repository](samples:akka-sample-cluster-java)]. - +The easiest way to run **Router Example with Group of Routees** example yourself is to try the +@scala[@extref[Akka Cluster Sample with Scala](samples:akka-samples-cluster-scala)]@java[@extref[Akka Cluster Sample with Java](samples:akka-samples-cluster-java)]. +It contains instructions on how to run the **Router Example with Group of Routees** sample. + ## Router with Pool of Remote Deployed Routees When using a `Pool` with routees created and deployed on the cluster member nodes @@ -243,11 +240,6 @@ akka.actor.deployment { } } ``` - -The easiest way to run **Router Example with Pool of Remote Deployed Routees** example yourself is to download the ready to run -@scala[@extref[Akka Cluster Sample with Scala](ecs:akka-samples-cluster-scala)] -@java[@extref[Akka Cluster Sample with Java](ecs:akka-samples-cluster-java)] -together with the tutorial. It contains instructions on how to run the **Router Example with Pool of Remote Deployed Routees** sample. -The source code of this sample can be found in the -@scala[@extref[Akka Samples Repository](samples:akka-sample-cluster-scala)]@java[@extref[Akka Samples Repository](samples:akka-sample-cluster-java)]. - +The easiest way to run **Router Example with Pool of Routees** example yourself is to try the +@scala[@extref[Akka Cluster Sample with Scala](samples:akka-samples-cluster-scala)]@java[@extref[Akka Cluster Sample with Java](samples:akka-samples-cluster-java)]. +It contains instructions on how to run the **Router Example with Pool of Routees** sample. \ No newline at end of file diff --git a/akka-docs/src/main/paradox/cluster-usage.md b/akka-docs/src/main/paradox/cluster-usage.md index 0962f3190e..5c451fa8e6 100644 --- a/akka-docs/src/main/paradox/cluster-usage.md +++ b/akka-docs/src/main/paradox/cluster-usage.md @@ -163,12 +163,9 @@ Java The actor registers itself as subscriber of certain cluster events. It receives events corresponding to the current state of the cluster when the subscription starts and then it receives events for changes that happen in the cluster. -The easiest way to run this example yourself is to download the ready to run -@scala[@extref[Akka Cluster Sample with Scala](ecs:akka-samples-cluster-scala)] -@java[@extref[Akka Cluster Sample with Java](ecs:akka-samples-cluster-java)] -together with the tutorial. It contains instructions on how to run the `SimpleClusterApp`. -The source code of this sample can be found in the -@scala[@extref[Akka Samples Repository](samples:akka-sample-cluster-scala)]@java[@extref[Akka Samples Repository](samples:akka-sample-cluster-java)]. +The easiest way to run this example yourself is to try the +@scala[@extref[Akka Cluster Sample with Scala](samples:akka-samples-cluster-scala)]@java[@extref[Akka Cluster Sample with Java](samples:akka-samples-cluster-java)]. +It contains instructions on how to run the `SimpleClusterApp`. ## Joining to Seed Nodes @@ -523,13 +520,10 @@ network failures and JVM crashes, in addition to graceful termination of watched actor. Death watch generates the `Terminated` message to the watching actor when the unreachable cluster node has been downed and removed. -The easiest way to run **Worker Dial-in Example** example yourself is to download the ready to run -@scala[@extref[Akka Cluster Sample with Scala](ecs:akka-samples-cluster-scala)] -@java[@extref[Akka Cluster Sample with Java](ecs:akka-samples-cluster-java)] -together with the tutorial. It contains instructions on how to run the **Worker Dial-in Example** sample. -The source code of this sample can be found in the -@scala[@extref[Akka Samples Repository](samples:akka-sample-cluster-scala)]@java[@extref[Akka Samples Repository](samples:akka-sample-cluster-java)]. - +The easiest way to run **Worker Dial-in Example** example yourself is to try the +@scala[@extref[Akka Cluster Sample with Scala](samples:akka-samples-cluster-scala)]@java[@extref[Akka Cluster Sample with Java](samples:akka-samples-cluster-java)]. +It contains instructions on how to run the **Worker Dial-in Example** sample. + ## Node Roles Not all nodes of a cluster need to perform the same function: there might be one sub-set which runs the web front-end,