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:
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:
Updated description with format of the addresses.