1. 23 Oct, 2014 1 commit
    • Change default eureka path · 5055b46e
      Dave Syer authored
      /v2/* -> /eureka/api/*
      
      The prefix can't be /eureka because we use that for static
      resources. Note that the "api" prefix gets passed to the
      Jersey resources as a "version" (and defaults to "v2" when
      it can't be parsed).
      
      Fixes gh-41
  2. 22 Oct, 2014 3 commits
  3. 21 Oct, 2014 4 commits
  4. 20 Oct, 2014 2 commits
  5. 18 Oct, 2014 4 commits
  6. 17 Oct, 2014 7 commits
  7. 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
  8. 14 Oct, 2014 5 commits
  9. 08 Oct, 2014 3 commits
  10. 07 Oct, 2014 4 commits
  11. 06 Oct, 2014 6 commits