Discovery URL Format for Remote Clients for Connecting as a Remote Client

Remote clients connect to the seeder that is running as-agent by calling the Java setremoteDiscovery method.

The discovery URL format is the same as the discovery URL for the listen attribute:

tcp://interface:port

The discovery URL format for connecting to a metaspace as a remote client is

tcp://IP:port?remote=true 

Where IP is the IP address and port is the TCP port number of a member of the metaspace that is connected as a full peer AND offering remote client connectivity (through the “remote listen” attribute of its metaspace connection).

For information on how remote clients connect to the seeder that is running as-agent, see Connecting a Remote Client.