Skip to content
salboaie edited this page Dec 10, 2012 · 2 revisions

To enable load balancing, replication, high availability a concept of "groups". Each adapter has an nodeId but also it can join to a number of groups by using thisAdapter.join(groupName) function.

The second parameter of "swarm" primitive and the "node" declarations in phases can take a node identifier or a group name.

Group names will always start with an @ character.

Clone this wiki locally