Eureka client fetching registry from Eureka server

787 Views Asked by At

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

1

There are 1 best solutions below

0
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.