Is there any possible way to find all instances of eureka server from a eureka client ?
Eureka client fetching registry from Eureka server
748 views Asked by MarifQ At
1
Is there any possible way to find all instances of eureka server from a eureka client ?
Yes. You can register Eureka server itself in the registry.
i.e. In eureka-server
Now Eureka server instance details will be available when you query the Eureka server from other clients.