...

Source file src/github.com/go-kit/kit/sd/doc.go

Documentation: github.com/go-kit/kit/sd

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

View as plain text