This repository contains packages and tools for gRPC for the Go programming language.
The github.com/olivere/grpc/lb
package implements load-balancing as described in this document.
It currently supports a Consul-based load balancer plus a simple load-balancer based on a static list of addresses.
MIT-LICENSE. See LICENSE or the LICENSE file provided in the repository for details.