Skip to content
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 620 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 620 Bytes

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.