parent
eb4caa7b8f
commit
22f31b4d69
3 changed files with 17 additions and 33 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -143,12 +143,9 @@ 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
|
||||
|
||||
|
|
@ -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.
|
||||
|
|
@ -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,12 +520,9 @@ 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue