The Registry Overlay has a member configuration containing an host to contact it, but it is only present to be communicated to other overlay nodes (this is how hazelcast work).
If we want to restrict to which interface a Registry Overlay should listen (as an hazelcast member thus), we should use the Interfaces option of the NetworkConfig.
Currently it is not possible to configure it, we should add the following configuration in member.properties to specify the address to listen to:
- petals.registry.overlay.member.listening.interface
The format is either:
It will default to the host of the current member as declared in the cluster!