GithubHelp home page GithubHelp logo

rfyiamcool / grpclb-scheduler Goto Github PK

View Code? Open in Web Editor NEW
13.0 3.0 2.0 150 KB

๐ŸŒˆ golang grpc load balance scheduler

Home Page: http://xiaorui.cc

Go 100.00%
grpc grpclb consul grpc-discovery

grpclb-scheduler's Introduction

grpclb-scheduler

This is a gRPC load balancer for go, supports Random, RoundRobin and smooth weigthed balance algo.

grpclb-schduler's some code refer to github.com/liyue201/grpc-lb

Modify

  • format code
  • custom logger
  • timeout control
  • add nginx's smooth weighted round-robin balancing
  • add active grpc health check
  • fix consul serverEntry interface conv bug
  • deincr health interval
  • more ...

Test

1. start consul cluster

consul agent -dev

2. start grpc server, registry node info to consul

cd examples/consul/server
go run main_server.go -node node1 -port 11111
go run main_server.go -node node2 -port 22222
go run main_server.go -node node3 -port 33333

3. show available nodes

show on consul dashboard

or

show on consul http api

curl -s "http://127.0.0.1:8500/v1/health/service/test?passing=true"

4. start grpc client, discovery nodes info on consul, invoke !

cd examples/consul/client
go run main_client.go

stdout:

Hello consul, I am node1
active sleep 2s, u can stop a node

Hello consul, I am node2
active sleep 2s, u can stop a node

Hello consul, I am node3
active sleep 2s, u can stop a node

Hello consul, I am node1
active sleep 2s, u can stop a node

Hello consul, I am node2
active sleep 2s, u can stop a node

Hello consul, I am node3
active sleep 2s, u can stop a node

Hello consul, I am node1
active sleep 2s, u can stop a node

Hello consul, I am node2
active sleep 2s, u can stop a node

Hello consul, I am node3
active sleep 2s, u can stop a node

Hello consul, I am node1
active sleep 2s, u can stop a node

grpclb-scheduler's People

Contributors

rfyiamcool avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.