1. 30 Oct, 2014 2 commits
  2. 28 Oct, 2014 3 commits
  3. 26 Oct, 2014 3 commits
  4. 24 Oct, 2014 1 commit
    • Add eureka peer awareness docs · dd967120
      Dave Syer authored
      It works quite well locally actually. I tested with hostnames
      127.0.0.1 and 127.0.1.1 and 2 servers running on localhost.
      
      See gh-28
  5. 23 Oct, 2014 7 commits
  6. 22 Oct, 2014 3 commits
  7. 21 Oct, 2014 4 commits
  8. 20 Oct, 2014 2 commits
  9. 18 Oct, 2014 4 commits
  10. 17 Oct, 2014 7 commits
  11. 16 Oct, 2014 1 commit
    • Make load balancer prefer the current zone if there is one · 997f5310
      Dave Syer authored
      A EurekaInstanceConfig can declare a "zone" in its metadataMap, and then
      it will be matched by the RibbonLoadBalancerClient. The zone of a server
      is derived from the hostname - it is the whole host name or the host name
      excluding the least significant subdomain (period separated identifier).
      
      Fixes gh-29
  12. 14 Oct, 2014 3 commits