forked from processout/grpc-go-pool
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0236bd7
commit 43d1a85
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
# grpc-go-pool | ||
grpc connection pool | ||
|
||
[![GoDoc](https://godoc.org/github.com/processout/grpc-go-pool)](https://godoc.org/github.com/processout/grpc-go-pool) | ||
|
||
This package aims to provide an easy to use and lightweight GRPC connection pool. | ||
|
||
Please note that the goal isn't to replicate the client-side load-balancing feature of the official grpc package: the goal is rather to have multiple connections established to one endpoint (which can be server-side load-balanced). |