<?xml version="1.0" encoding="UTF-8"?>
<hazelcast
xsi:schemaLocation="http://www.hazelcast.com/schema/config hazelcast-config-3.5.xsd"
xmlns="http://www.hazelcast.com/schema/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<properties>
<property name="hazelcast.logging.type">jdk</property>
<property name="hazelcast.rest.enabled">false</property>
<property name="hazelcast.mancenter.enabled">false</property>
<property name="hazelcast.memcache.enabled">false</property>
<property name="hazelcast.health.monitoring.level">OFF</property>
<property name="hazelcast.local.localAddress">${hazelcast.ip}</property>
<property name="hazelcast.max.no.heartbeat.seconds">15</property>
<property name="hazelcast.max.no.master.confirmation.seconds">30</property>
<property name="hazelcast.master.confirmation.interval.seconds">15</property>
<property name="hazelcast.member.list.publish.interval.seconds">60</property>
</properties>
<group>
<name>dev</name>
<password>dev-pass</password>
</group>
<network>
<public-address>${hazelcast.ip}</public-address>
<port auto-increment="true" port-count="100">5701</port>
<outbound-ports>
<ports>0</ports>
</outbound-ports>
<join>
<multicast enabled="false"></multicast>
<tcp-ip enabled="true">
<member-list>
</member-list>
</tcp-ip>
</join>
</network>
<partition-group enabled="false" />
<executor-service name="default">
<pool-size>16</pool-size>
<!--Queue capacity. 0 means Integer.MAX_VALUE. -->
<queue-capacity>0</queue-capacity>
</executor-service>
</hazelcast>
HostIP Docker Container IP
10.151.16.27 10.42.236.108
10.151.16.209 10.42.152.56
Host1