ssiva89 opened this issue 4 years ago · 2 comments
Hi , i've registered the MovieInfoService as client in Eureka server. i get to see two instances and one of them is my own local system. i want to know how the Eureka server is taking it as a client.?
Hi, by default a Eureka server is a Eureka client. To avoid this, add the following to your property file :
#Registry settings eureka: client: register-with-eureka: false fetch-registry: false
Thank you.
hi @viktrine ,
Thank you!!