You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My usecase is that I'd like to have 1 service with multiple instances running on the same host. Since they are the same service, they should have the same app name. And since they are on the same host, they have the same hostname. The problem is that in a non-AWS datacenter, the instanceID is populated by the hostname. Same app name and same instanceId leads to overwriting in the service registry. I would appreciate it if the EurekaInstanceConfig interface had a getId() method that I can implement.
Thank you.
The text was updated successfully, but these errors were encountered:
Original thread is at https://groups.google.com/forum/#!topic/eureka_netflix/Rntihgo1i50
My usecase is that I'd like to have 1 service with multiple instances running on the same host. Since they are the same service, they should have the same app name. And since they are on the same host, they have the same hostname. The problem is that in a non-AWS datacenter, the instanceID is populated by the hostname. Same app name and same instanceId leads to overwriting in the service registry. I would appreciate it if the EurekaInstanceConfig interface had a getId() method that I can implement.
Thank you.
The text was updated successfully, but these errors were encountered: