From 0d1f9a1ad89fece925ab64827c881ead663cd4d7 Mon Sep 17 00:00:00 2001 From: Tanghui Lin Date: Wed, 18 Jul 2018 02:16:24 +0800 Subject: [PATCH] discovery (#1977) * add discovery * fix --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dee3728a..d9a9b1ce 100644 --- a/README.md +++ b/README.md @@ -1116,6 +1116,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [Caddy](https://github.com/mholt/caddy) - Caddy is an alternative, HTTP/2 web server that's easy to configure and use. * [consul](https://www.consul.io/) - Consul is a tool for service discovery, monitoring and configuration. * [devd](https://github.com/cortesi/devd) - Local webserver for developers. +* [discovery](https://github.com/Bilibili/discovery) - A registry for resilient mid-tier load balancing and failover. * [etcd](https://github.com/coreos/etcd) - Highly-available key value store for shared configuration and service discovery. * [Fider](https://github.com/getfider/fider) - Fider is an open platform to collect and organize customer feedback. * [Flagr](https://github.com/checkr/flagr) - Flagr is an open-source feature flagging and A/B testing service.