From 5112294b7b544edcabf6271c81a2f4345dc12489 Mon Sep 17 00:00:00 2001 From: Jirka Kremser <535866+jkremser@users.noreply.github.com> Date: Mon, 9 Sep 2024 10:25:00 +0200 Subject: [PATCH] Add k8gb (#5076) Signed-off-by: Jirka Kremser --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 80d5642b..4a390831 100644 --- a/README.md +++ b/README.md @@ -994,6 +994,7 @@ _Packages that help with building Distributed Systems._ - [hprose](https://github.com/hprose/hprose-golang) - Very newbility RPC Library, support 25+ languages now. - [jsonrpc](https://github.com/osamingo/jsonrpc) - The jsonrpc package helps implement of JSON-RPC 2.0. - [jsonrpc](https://github.com/ybbus/jsonrpc) - JSON-RPC 2.0 HTTP client implementation. +- [K8gb](https://github.com/k8gb-io/k8gb) - A cloud native Kubernetes Global Balancer. - [Kitex](https://github.com/cloudwego/kitex) - A high-performance and strong-extensibility Golang RPC framework that helps developers build microservices. If the performance and extensibility are the main concerns when you develop microservices, Kitex can be a good choice. - [Kratos](https://github.com/go-kratos/kratos) - A modular-designed and easy-to-use microservices framework in Go. - [liftbridge](https://github.com/liftbridge-io/liftbridge) - Lightweight, fault-tolerant message streams for NATS.