| Method and Description |
|---|
| com.netflix.eureka.InstanceRegistry.getApplicationDeltas()
use
InstanceRegistry.getApplicationDeltasFromMultipleRegions(String[]) instead. This method has a
flawed behavior of transparently falling back to a remote region if no instances for an app is available locally.
The new behavior is to explicitly specify if you need a remote region. |
| com.netflix.eureka.InstanceRegistry.getApplications(boolean)
Use
InstanceRegistry.getApplicationsFromMultipleRegions(String[]) instead. This method has a flawed behavior
of transparently falling back to a remote region if no instances for an app is available locally. The new
behavior is to explicitly specify if you need a remote region. |
| com.netflix.eureka.EurekaServerConfig.getRemoteRegionUrls() |