# Packages
No description provided by the author
# Functions
NewFetcher creates a periodic.Task that fetches the topology from the discovery service and calls the provided handler on the received topology.
StartRunners starts the runners for the specified configuration.
# Constants
FailActionContinue indicates that the process continues on error.
FailActionFatal indicates that the process exits on error.
# Variables
DefaultDynamicFetchInterval is the default time between two dynamic topology queries.
DefaultFetchTimeout is the default timeout for a query.
DefaultInitialConnectPeriod is the default total amount of time spent attempting to connect to the discovery service on start.
DefaultStaticFetchInterval is the default time between two static topology queries.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
Runner periodically fetches the topology from the discovery service.
No description provided by the author
No description provided by the author
TopoHandlers contains custom topology handlers.
# Type aliases
No description provided by the author
TopoHandler handles a topology fetched from the discovery service, and returns whether the provided topology is an update.