Cluster
Last updated
Last updated
Server cluster configuration. Clustering only applies to HTTP sessions, internal calls are never routed outside of the issuing node.
Clustering should be used in combination with sticky sessions to avoid issues cased by lagging cluster state synchronisation.
Clustering is not enabled by default.
Name | Description | Default |
---|---|---|
Clustering is provided by Hazelcast and is configured in a separate configuration file (by default: "config/cluster.xml").
In this file you can:
Change the port used for cluster communication
Add members
We recommend that cluster members are defined statically using their ip-address instead of using multicast.
enabled
Flag to enable cluster
false
config_path
Path to cluster configuration file
"config/cluster.xml"