fix typo 'inctance'
This commit is contained in:
parent
7659f333cb
commit
e3dd4de44e
1 changed files with 1 additions and 1 deletions
|
|
@ -415,7 +415,7 @@ There are two distinct types of routers.
|
||||||
* **Pool - router that creates routees as child actors and deploys them on remote nodes.**
|
* **Pool - router that creates routees as child actors and deploys them on remote nodes.**
|
||||||
Each router will have its own routee instances. For example, if you start a router
|
Each router will have its own routee instances. For example, if you start a router
|
||||||
on 3 nodes in a 10 nodes cluster you will have 30 routee actors in total if the router is
|
on 3 nodes in a 10 nodes cluster you will have 30 routee actors in total if the router is
|
||||||
configured to use one inctance per node. The routees created by the different routers
|
configured to use one instance per node. The routees created by the different routers
|
||||||
will not be shared between the routers. One example of a use case for this type of router
|
will not be shared between the routers. One example of a use case for this type of router
|
||||||
is a single master that coordinate jobs and delegates the actual work to routees running
|
is a single master that coordinate jobs and delegates the actual work to routees running
|
||||||
on other nodes in the cluster.
|
on other nodes in the cluster.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue