Grid support configuration.

Enable/Disable Hazelcast (hazelcast.instance.manager.enable)

Globally enable/disable Hazelcast.

Default: false

Local Port (grid.network.config.localPort)

The local bind port

Default: 47500

Enable Multicast (grid.network.config.enableMulticast)

Enable/Disable multicast for discovery

Default: false

Hazelcast Instance Bind Interface (hazelcast.instance.manager.bindAnyInterface)

The property is set to false, binds to a specific interface mentioned in the grid.network.config.localAddresses and grid.network.config.localPort; otherwise it binds to any interface

Default: true

Multicast IP Address (grid.network.config.multicastAddress)

The multicast IP address to use

Default: 228.1.2.4

Multicast Port (grid.network.config.multicastPort)

The multicast port

Default: 47400

Multicast Timeout (grid.network.config.multicastTimeout)

Multicast timeout

Default: 10

MultiCast TTL (grid.network.config.multicastTtl)

Multicast time-to-live (TTL) value. This controls the scope, in terms of the number of network hops, of multicast packets.

Default: 8

Enable TCP (grid.network.config.enableTcp)

Enable/disable TCP. If this is enabled, then at least one cluster member IP must be listed in the grid.network.config.peerAddresses property.

Default: false

Kubernetes Service Name (grid.network.config.kubernetesServiceName)

The Gateway service name that the Hazelcast server uses to discover the gateway pods to add to the cluster. This must match with the Kubernetes setup. This is mandatory if the Kubernetes config is enabled.

Default: gateway-service

TCP Bind Addresses (grid.network.config.localAddresses)

The local bind addresses for TCP.

Default: 0.0.0.0

TCP Peer IPs (grid.network.config.peerAddresses)

TCP peer addresses. If TCP is enabled this must contain the IP of at least one other cluster member. The value is a comma-separated string.

TCP Timeout (grid.network.config.connectionTimeout)

TCP timeout

Default: 10

Enable Kubernetes (grid.network.config.enableKubernetes)

Enables grid caching in the Kubernetes environment.

Default: false

Group Name (grid.group.config.groupName)

Group name

Default: dev

Group Password (grid.group.config.groupPassword)

Group password

Default: dev-pass

Cluster Name (grid.network.config.clusterName)

Logical name of the Hazelcast cluster used to group members.

Default: dev