Skip to content

Commit

Permalink
Merge pull request #92 from OpenWiseSolutions/feature/OHFJIRA-97-haze…
Browse files Browse the repository at this point in the history
…lcast-single-node

[OHFJIRA-97] : hazelcast discovery of other nodes disabled by default
  • Loading branch information
kkovarik committed Nov 13, 2018
2 parents fdbf1e6 + e759f26 commit f257ba4
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions core/src/main/resources/config/ohf_hazelcast.xml
Expand Up @@ -21,7 +21,7 @@
See the following link for inspiration/documentation:
https://github.com/hazelcast/hazelcast/blob/master/hazelcast/src/main/resources/hazelcast-full-example.xml
-->
<hazelcast xsi:schemaLocation="http://www.hazelcast.com/schema/config hazelcast-config-3.5.xsd"
<hazelcast xsi:schemaLocation="http://www.hazelcast.com/schema/config hazelcast-config-3.7.xsd"
xmlns="http://www.hazelcast.com/schema/config"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

Expand All @@ -31,19 +31,11 @@
</group>
<management-center enabled="false" update-interval="10">http://localhost:8080/mancenter</management-center>
<network>
<port auto-increment="true" port-count="100">5701</port>
<outbound-ports>
<!--
Allowed port range when connecting to other nodes.
0 or * means use system provided port.
-->
<ports>0</ports>
</outbound-ports>
<join>
<multicast enabled="true">
<multicast-group>224.2.2.3</multicast-group>
<multicast-port>54327</multicast-port>
</multicast>
<!-- by default cluster discovery is not configured -->
<multicast enabled="false" />
<tcp-ip enabled="false" />
<aws enabled="false" />
</join>
</network>

Expand Down Expand Up @@ -201,4 +193,4 @@

<services enable-defaults="true"/>

</hazelcast>
</hazelcast>

0 comments on commit f257ba4

Please sign in to comment.