package
0.0.0-20180110173540-25c0d99dd8c2
Repository: https://github.com/improbable-eng/go-srvlb.git
Documentation: pkg.go.dev
# Functions
New creates a gRPC naming.Resolver that is backed by an SRV lookup resolver.
MaximumConsecutiveErrors identifies how many consecutive iterations of bad SRV Lookups to tolerate in a loop.
WithRetryBackoff sets or clears the backoff when retrying after lookup failures.
# Constants
NoRetryLimit specifies that there is no limit to number of srv lookup failures.
# Variables
MinimumRefreshInterval decides the maximum sleep time between SRV Lookups, otherwise controlled by TTL of records.
# Type aliases
No description provided by the author