...

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

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

     1  // Package lb implements the client-side load balancer pattern. When combined
     2  // with a service discovery system of record, it enables a more decentralized
     3  // architecture, removing the need for separate load balancers like HAProxy.
     4  package lb
     5  

View as plain text