Introduce cluster 'team' setting and add to Member
Introduced cluster-team.md so we can grow the documentation with each PR, but did not add it to the ToC yet. (cherry picked from commit a06badaa03fa9f3c9a942b1468090f758c74a869)
This commit is contained in:
parent
a7dc938188
commit
2f11ec6f25
8 changed files with 57 additions and 8 deletions
1
akka-docs/src/main/paradox/java/cluster-team.md
Symbolic link
1
akka-docs/src/main/paradox/java/cluster-team.md
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../scala/cluster-team.md
|
||||
15
akka-docs/src/main/paradox/scala/cluster-team.md
Normal file
15
akka-docs/src/main/paradox/scala/cluster-team.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Cluster Team
|
||||
|
||||
@@@ note
|
||||
|
||||
Cluster teams are a work-in-progress feature, and behavior is still expected to change.
|
||||
|
||||
@@@
|
||||
|
||||
Teams are used to define islands of the cluster that are colocated.
|
||||
They can be used to make the cluster "dc-aware", run the cluster in multiple availability zones or regions.
|
||||
|
||||
Cluster nodes can be assigned to a team by setting the `akka.cluster.team` setting.
|
||||
When no team is specified, a node will belong to the 'default' team.
|
||||
|
||||
The team is added to the list of roles of the node with the prefix "team-".
|
||||
Loading…
Add table
Add a link
Reference in a new issue