/grpc

gRPC packages and tools for the Go programming language.

Primary LanguageGoMIT LicenseMIT

gRPC packages and tools

This repository contains packages and tools for gRPC for the Go programming language.

Load Balancing

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.

License

MIT-LICENSE. See LICENSE or the LICENSE file provided in the repository for details.