Merge pull request #23270 from akka/wip-revert-multi-dc-master-patriknw

Revert cluster team setting
This commit is contained in:
Patrik Nordwall 2017-07-04 09:13:37 +02:00 committed by GitHub
commit e6c2d3f550
9 changed files with 5 additions and 54 deletions

View file

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

View file

@ -1,15 +0,0 @@
# Cluster Team
@@@ note
Cluster teams are a work-in-progress feature, and behavior is still expected to change.
@@@
Teams are used to make islands of the cluster that are colocated. This can be used
to make the cluster aware that it is running across 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-".