Skip to content

Commit 5e00896

Browse files
authored
Add health to Distributed Systems section (#6172)
1 parent 16ae87c commit 5e00896

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,6 +1020,7 @@ _Packages that help with building Distributed Systems._
10201020
- [go-zero](https://github.com/tal-tech/go-zero) - A web and rpc framework. It's born to ensure the stability of the busy sites with resilient design. Builtin goctl greatly improves the development productivity.
10211021
- [gorpc](https://github.com/valyala/gorpc) - Simple, fast and scalable RPC library for high load.
10221022
- [grpc-go](https://github.com/grpc/grpc-go) - The Go language implementation of gRPC. HTTP/2 based RPC.
1023+
- [health](https://github.com/schigh/health) - Health checker for Go services with Kubernetes probe support.
10231024
- [hprose](https://github.com/hprose/hprose-golang) - Very newbility RPC Library, support 25+ languages now.
10241025
- [jsonrpc](https://github.com/osamingo/jsonrpc) - The jsonrpc package helps implement of JSON-RPC 2.0.
10251026
- [jsonrpc](https://github.com/ybbus/jsonrpc) - JSON-RPC 2.0 HTTP client implementation.

0 commit comments

Comments
 (0)