-
Notifications
You must be signed in to change notification settings - Fork 0
/
hazelcast.xml
36 lines (27 loc) · 932 Bytes
/
hazelcast.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<hazelcast xmlns="http://www.hazelcast.com/schema/config"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.hazelcast.com/schema/config
http://www.hazelcast.com/schema/config/hazelcast-config-5.0.xsd">
<cluster-name>workers</cluster-name>
<cp-subsystem>
<cp-member-count>3</cp-member-count>
</cp-subsystem>
<!--LITE_MEMBER_CONFIG-->
<network>
<port port-count="200">5701</port>
<join>
<multicast enabled="false"/>
<tcp-ip enabled="true">
<!--MEMBERS-->
</tcp-ip>
</join>
</network>
<properties>
<property name="hazelcast.phone.home.enabled">false</property>
<property name="hazelcast.logging.type">log4j2</property>
</properties>
<!--LICENSE-KEY-->
<cache name="*">
</cache>
</hazelcast>