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