Grid support configuration.
Globally enable/disable Hazelcast.
Default: false
The local bind port
Default: 47500
Enable/Disable multicast for discovery
Default: false
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
The multicast IP address to use
Default: 228.1.2.4
The multicast port
Default: 47400
Multicast timeout
Default: 10
Multicast time-to-live (TTL) value. This controls the scope, in terms of the number of network hops, of multicast packets.
Default: 8
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
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
The local bind addresses for TCP.
Default: 0.0.0.0
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
Default: 10
Enables grid caching in the Kubernetes environment.
Default: false
Group name
Default: dev
Group password
Default: dev-pass
Logical name of the Hazelcast cluster used to group members.
Default: dev