Eureka client fetching registry from Eureka server

754 views Asked by At

Is there any possible way to find all instances of eureka server from a eureka client ?

1

There are 1 answers

0
Fahim Farook On

Yes. You can register Eureka server itself in the registry.

i.e. In eureka-server

eureka.client.register-with-eureka=true

Now Eureka server instance details will be available when you query the Eureka server from other clients.