Skip to main content

HostDiscovery

Home > @backstage/backend-common > HostDiscovery

HostDiscovery is a basic PluginEndpointDiscovery implementation that can handle plugins that are hosted in a single or multiple deployments.

The deployment may be scaled horizontally, as long as the external URL is the same for all instances. However, internal URLs will always be resolved to the same host, so there won't be any balancing of internal traffic.

Signature:

HostDiscovery: typeof _HostDiscovery