Load-Balancer-Golang
Load-Balancer-Golang copied to clipboard
A simple load balancer / reverse proxy written in GoLang.
Hello all I want something where I can calculate the memory and cpu utilisation happening at each http server by the request . I saw something called profiling in go....
Since port comes from the config yml and not a cmd arg, it'd be handy to output what port we're listening on during boot.
TODO: Figure out if this should be a responsibility of the load balancer. If so, we should be able to temporarily disable a web server that's stopped responding, and also...
We shouldn't need downtime to take down / add a web server to the load balancer.
Not sure what causes this yet, but requests to the actioncable endpoint on a rails app 404 when proxied through the loadbalancer.