Is there any possible way to find all instances of eureka server from a eureka client ?
Asked
Active
Viewed 701 times
1 Answers
0
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.

Fahim Farook
- 1,482
- 2
- 14
- 38