Documentation ¶
Overview ¶
Package resolver implements gRPC resolvers.
Index ¶
Constants ¶
View Source
const RoundRobinResolverScheme = "talosroundrobin"
RoundRobinResolverScheme is a scheme to use in grpc.Dial for the round-robin gRPC resolver. This resolver requires that all endpoints have a port appended. To ensure this, use EnsureEndpointsHavePorts before constructing a connection string.
Variables ¶
This section is empty.
Functions ¶
func EnsureEndpointsHavePorts ¶
EnsureEndpointsHavePorts returns the list of endpoints with default port appended to those addresses that don't have a port.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.