Skip to content

A dump load balancer routing traffic based on bounded consistent hashing strategy

Notifications You must be signed in to change notification settings

maddygoround/gobalancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gobalancer

A dump load balancer routing traffic based on bounded consistent hashing strategy

Currenlty it is using query params for hashring you can chnage it host or httpheader bu changing

Features

  • Supports healthcheck every 30 seconds
  • 3 retries before considering server as unavaiable
  • Active and Passive healthcheck supports
serverpool.Strategy.name = "query"

By default, the loadbalancer will expose on port 3031, you change it by suppily port while starting loadbalancer

go run . --port {port}

About

A dump load balancer routing traffic based on bounded consistent hashing strategy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages