Netflix Eureka and 2 instances of application on local environment
I'm getting started with Netflix Eureka and using its 1.1.145 ( https://github.com/Netflix/eureka/tree/1.1.145 ) version. I want to start locally 2 instances of the same application on different ports and have them both registered with Eureka. I'm using sample service ( https://github.com/Netflix/eureka/blob/1.1.145/eureka-server/conf/sampleservice/sample-eureka-service.properties ) So I start Eureka itself and 2 instances using above config - one app on 8001 port and another on 8002. For some reason I'm getting only one instance registered with Eureka at any given time. Both of them start