Skip to content

A registry for resilient mid-tier load balancing and failover.

License

Notifications You must be signed in to change notification settings

Jacksn2014/discovery

 
 

Repository files navigation

Discovery

Build Status Go Report Card codecov

Discovery is a based service that is production-ready and primarily used at Bilibili for locating services for the purpose of load balancing and failover of middle-tier servers.

Quick Start

env

go1.9.x (and later)

build

cd $GOPATH/src
mkdir -p github.com/Bilibili
cd github.com/Bilibili
git clone https://github.com/Bilibili/discovery.git
cd discovery/cmd/discovery
go build

run

./discovery -conf discovery-example.toml -alsologtostderr

-alsologtostderr is glog's flag,means print into stderr. If you hope print into file, can use -log_dir="/tmp". view glog doc.

Configuration

You can view the comments in cmd/discovery/discovery-example.toml to understand the meaning of the config.

Client

Intro/Arch/Practice

Feedback

Please report bugs, concerns, suggestions by issues, or join QQ-group 716486124 to discuss problems around source code.

About

A registry for resilient mid-tier load balancing and failover.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.7%
  • Shell 0.3%