SpringCloud vernacular of the service registry

 

SpringCloud-Eureka vernacular Description

  • eureka.client.register-with-eureka attribute indicates whether to register itself to Eureka Server, the default is true. Since the current application is the Eureka Server, so the content is false;
  • eureka.client.fetch-registry indicating whether obtain registration information from Eureka Server, the default is true. Eureka Server if it is a single point, do not need to synchronize data from other nodes can be set to false.

Guess you like

Origin www.cnblogs.com/longxok/p/12150535.html