Spring Cloud Netflix Eureka doesn't find eureka-js instances
问题 I have 3 microservices in Spring: Netflix Eureka A Producer A Consumer And another microservice written in NodeJs with Eureka-js-client node-microservice Spring Eureka dashboard lists all of them Until now everything looks OK, but the problem is when I try to read my node-microservice instance in eureka server. While I successfully find employee-producer instance in this way List<ServiceInstance> instances=discoveryClient.getInstances("employee-producer"); ServiceInstance serviceInstance