You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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:

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

 

  • No labels