Re-balancing Upstreams in TCP LoadBalancer

2016-09-20 Thread Balaji Viswanathan
Hello Nginx Users, I am running nginx as a TCP load balancer (streams module). I am trying to find a way to redistribute client TCP connections to upstream servers, specifically, rebalance the load on the upstream servers (on some event) w/o having to restart nignx. Clients use persistent TCP

Re-balancing Upstreams in TCP Loadbalancer

2016-09-15 Thread Balaji Viswanathan
Hello Nginx Users, I am running nginx as a TCP load balancer. I am trying to find a way to redistribute client TCP connections to upstream servers, specifically, rebalance the load on the upstream servers (on some event) when clients are using persistent TCP connections. The scenario is as