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

group-nameとgroup-passwordを指定することにより、クラスターを簡単な方法で分離できます: devグループ、productionグループ、testグループ、app-aグループなど...

グループを有効にするには、特定のインスタンスのcluster.xml構成を変更します:

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

これにより、コントローラの複数の個別のインスタンスを実行できます。各インスタンスは異なるフォルダーにインストールされ、個別のcluster.xmlファイルがあります。

詳細については、Hazelcastの公式ドキュメント https://docs.hazelcast.org/docs/latest/manual/html-single/index.html#creating-cluster-groups を参照してください。