Codebase list golang-github-go-kit-kit / run/203e4782-15ed-484f-9517-a1c12654c5bc/upstream sd / doc.go
run/203e4782-15ed-484f-9517-a1c12654c5bc/upstream

Tree @run/203e4782-15ed-484f-9517-a1c12654c5bc/upstream (Download .tar.gz)

doc.go @run/203e4782-15ed-484f-9517-a1c12654c5bc/upstreamraw · history · blame

1
2
3
4
5
6
// Package sd provides utilities related to service discovery. That includes the
// client-side loadbalancer pattern, where a microservice subscribes to a
// service discovery system in order to reach remote instances; as well as the
// registrator pattern, where a microservice registers itself in a service
// discovery system. Implementations are provided for most common systems.
package sd