doc: add routers to Higher level Cluster tools (#29117)
This commit is contained in:
parent
578acab047
commit
176152278b
2 changed files with 13 additions and 1 deletions
|
|
@ -33,6 +33,14 @@ i.e. the sender does not have to know on which node the destination actor is run
|
|||
|
||||
<!--- #cluster-pubsub --->
|
||||
|
||||
<!--- #cluster-router --->
|
||||
### Cluster aware routers
|
||||
|
||||
Distribute messages to actors on different nodes in the cluster with routing strategies
|
||||
like round-robin and consistent hashing.
|
||||
|
||||
<!--- #cluster-router --->
|
||||
|
||||
<!--- #cluster-multidc --->
|
||||
### Cluster across multiple data centers
|
||||
|
||||
|
|
|
|||
|
|
@ -438,7 +438,11 @@ See @ref:[Cluster Sharding](cluster-sharding.md).
|
|||
@@include[cluster.md](../includes/cluster.md) { #cluster-ddata }
|
||||
See @ref:[Distributed Data](distributed-data.md).
|
||||
|
||||
@@include[cluster.md](../includes/cluster.md) { #cluster-pubsub }
|
||||
@@include[cluster.md](../includes/cluster.md) { #cluster-pubsub }
|
||||
See @ref:[Distributed Publish Subscribe](distributed-pub-sub.md).
|
||||
|
||||
@@include[cluster.md](../includes/cluster.md) { #cluster-router }
|
||||
See @ref:[Group Routers](routers.md#group-router).
|
||||
|
||||
@@include[cluster.md](../includes/cluster.md) { #cluster-multidc }
|
||||
See @ref:[Cluster Multi-DC](cluster-dc.md).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue