Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There is default Hazelcast configuration in the file config/ohf_hazelcast.xml

Info
titleCluster configuration

By default, hazelcast is configured as standalone single-node. For cluster deployment it should be configured accordingly, see hazelcast specification for more info: (https://docs.hazelcast.org/docs/2.0/manual/html/ch13.htmlhttps://docs.hazelcast.org/docs/latest-development/manual/html/Setting_Up_Clusters/Discovery_Mechanisms.html).

OpenHub framework uses Spring Boot Hazelcast support for auto-configuration. There is parameter spring.hazelcast.config which can change configuration file.

...