I am trying to use this library for a demo how we can use Zookeeper for load balancing, and came across this library. It will be great if you can include some load balancing examples. For example, if I have a service deployed on multiple servers, how would I use this library to distribute loads?
There's RoundRobinLoadBalancerFactory that I tried, but don't know how I can make my services which are deployed on different machines to be managed by the balancer.