Fix hazelcast issues
[ccsdk/cds.git] / ms / blueprintsprocessor / modules / commons / processor-core / src / test / resources / hazelcast / hazelcast-cluster.yaml
1 hazelcast:
2   lite-member:
3     enabled: false
4   cp-subsystem:
5     cp-member-count: 3
6     group-size: 3
7     session-time-to-live-seconds: 60
8     session-heartbeat-interval-seconds: 5
9     missing-cp-member-auto-removal-seconds: 120
10   metrics:
11     enabled: false
12   network:
13           join:
14             tcp-ip:
15               enabled: true
16               interface: 127.0.0.1
17             multicast:
18               enabled: false
19               # Specify 224.0.0.1 instead of default 224.2.2.3 since there's some issue
20               # on macOs with docker installed and multicast address different than 224.0.0.1
21               # https://stackoverflow.com/questions/46341715/hazelcast-multicast-does-not-work-because-of-vboxnet-which-is-used-by-docker-mac
22               multicast-group: 224.0.0.1
23           #      kubernetes:
24           #        enabled: true
25           #        namespace: MY-KUBERNETES-NAMESPACE
26           #        service-name: MY-SERVICE-NAME
27           #        service-label-name: MY-SERVICE-LABEL-NAME
28           #        service-label-value: MY-SERVICE-LABEL-VALUE