ClientOpts: { adsServer: string; clusterName?: string; nodeName?: string }

Options for configuring a Junction client.

Type declaration

  • adsServer: string

    The URL of the Junction ADS server to connect to.

  • OptionalclusterName?: string

    The cluster of nodes this client is part of.

  • OptionalnodeName?: string

    The name of the individual process running Junction. Should be unique to this process.