Spring Cloud Consul Config knowledge

Spring Cloud Consul Config is an alternative Config Server and Client.

Set up a distribution center, you can choose the program: Spring Cloud Config Cloud Consul Config or the Spring
the Spring Cloud config advantage is obvious, use git management configuration, a simple configuration, you can view historical information but there is a drawback, but also a need to build their own server.
Because we Consul itself as a service registry on each server has consul agent, but also in the maintenance operation and maintenance, high availability, and then do not have to maintain a distribution center. key / value consul may be provided as a storage configuration, and read fast, faster than the speed Spring Cloud Config.

  • related articles:
article link
Greenwich Spring Cloud Consul version of Raiders https://juejin.im/post/5c650f23e51d45012d0663d4
Spring Cloud Consul Config key/value 替代application.yml https://www.jianshu.com/p/f02df42f7c0c
spring cloud: config server used to replace consul https://www.cnblogs.com/yjmyzz/p/replace-config-server-with-consul.html

Guess you like

Origin www.cnblogs.com/cag2050/p/11599982.html