Open
Description
Hi all, how it's going?
I am on the development of a monitoring services status based on spring. I developed a scheduled method so with getServices retrieves all the services are in the network, and look if som service is missing
The problem is that when I run a service that is registered in Eureka, and when I retrieve all the services I don't see the service I runned before, but if I enter the to de dashboard and next time I run getServices (from EurekaDiscoveryClient) I get the service I runned before
- Is it possible better to retrieve the services via rest endpoints? (GET /eureka/v2/apps gives me NOT FOUND https://github.com/Netflix/eureka/wiki/Eureka-REST-operations)
Thanks in advance