Eureka detect service status
问题 Context We are using Spring Cloud Netflix with Eureka as the service discovery and Zuul for proxying the services and load balance them. The microservices are implemented using NodeJS and are registered at Eureka using the NPM module eureka-js-client and a custom layer in between that handles the configuration and stuff that is generic for all microservices. Problem The problem is that Eureka does not recognize if one service goes down. This is a problem as we are having a development