0

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

Cœur
  • 37,241
  • 25
  • 195
  • 267
MarifQ
  • 13
  • 11

1 Answers1

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