run the JavaLoadBalancerServer instances on ports 8080 and 8070 and than JavaLoadBalancerClient to test load-balancing
TODOs:
- Implement library to init RestTemplate with ribbon client without Spring cloud autoconfig
- Add Documentation for load balancing strategies
- Add support for AsyncRestTemplate @see https://github.com/spencergibb/myfeed/tree/master/myfeed-core/src/main/java/myfeed/core
- Eureka for service discovery @see https://github.com/spencergibb/spring-cloud-sandbox
- Hystrix integration
- Caching integration