1. 13 Nov, 2014 1 commit
    • Use custom DataCenterInfo to make instance ID unique · 5cd88deb
      Dave Syer authored
      The problem manifests itself as errors in the Eureka server
      log (gh-47), but originates in the client because it is sending
      requests to /eureka/apps/{NAME}/{ID} with the wrong ID. The
      InstanceInfo has an ID that is derived (for preference) from
      the EurekaInstanceConfig.dataCenterInfo, so that's the best
      way to fix it.
      
      See gh-63, Fixes gh-47
  2. 11 Nov, 2014 1 commit
  3. 10 Nov, 2014 1 commit
  4. 06 Nov, 2014 6 commits
  5. 05 Nov, 2014 6 commits
  6. 04 Nov, 2014 1 commit
  7. 03 Nov, 2014 1 commit
  8. 31 Oct, 2014 7 commits
  9. 30 Oct, 2014 5 commits
  10. 28 Oct, 2014 3 commits
  11. 26 Oct, 2014 3 commits
  12. 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
  13. 23 Oct, 2014 4 commits