Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Sv translation
languageen
Tip
By specifying group-name and group-password, you can separate your clusters in a simple way; dev group, production group, test group, app-a group etc...

To enable groups, change the cluster.xml configuration of particular instances:

Code Block
<hazelcast>
    <group>
        <name>production</name>
    </group>
</hazelcast>

This allows you to run multiple separate instances of Collector where each instance is installed in different folder and has a separate cluster.xml file.

For more, please refer to official Hazelcast documentation https://docs.hazelcast.org/docs/latest/manual/html-single/index.html#creating-cluster-groups.

 

Sv translation
languageja
Tip
By specifying group-name and group-password, you can separate your clusters in a simple way; dev group, production group, test group, app-a group etc...

To enable groups, change the cluster.xml configuration of particular instances:

Code Block
<hazelcast>
    <group>
        <name>production</name>
    </group>
</hazelcast>

This allows you to run multiple separate instances of Collector where each instance is installed in different folder and has a separate cluster.xml file.

For more, please refer to official Hazelcast documentation https://docs.hazelcast.org/docs/latest/manual/html-single/index.html#creating-cluster-groups.