Files
spring-cloud-openfeign/spring-cloud-netflix-core
Dave Syer 5cd88deb38 Use custom DataCenterInfo to make instance ID unique
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
2014-11-13 10:22:56 +00:00
..
2014-10-30 18:13:24 -06:00