doc: add routers to Higher level Cluster tools (#29117)

This commit is contained in:
Patrik Nordwall 2020-05-26 13:09:01 +02:00 committed by GitHub
parent 578acab047
commit 176152278b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 1 deletions

View file

@ -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

View file

@ -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).