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:
Arnout Engelen 2017-06-26 14:32:57 +02:00 committed by Patrik Nordwall
parent a7dc938188
commit 2f11ec6f25
8 changed files with 57 additions and 8 deletions

View file

@ -0,0 +1 @@
../scala/cluster-team.md

View 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-".