The cluster module implements clustering between transformers. There are two modes of operation:
- The module runs autonomously. In this mode, the module distributes data between nodes. This mode of operation would be useful if there was only one source of data that needed to be sent to multiple transformers.
- The module is controlled programmatically. In this mode, other modules control the distribution of data between transformer nodes.
To load the module, add the following line to transformer.conf:
add-module cluster