当前位置:网站首页>Config distributed configuration center
Config distributed configuration center
2022-07-07 06:57:00 【RB_ VER】
summary
Microservice means to split the business in a single application into a sub service , The granularity of each service is relatively small , So there will be a lot of services in the system . Because each service needs the necessary configuration information to run , So a centralized 、 Dynamic configuration management facilities are essential .
spring cloud config Provide centralized external configuration support for microservices in microservice architecture , Configuration server provides a centralized external configuration for all environments of different microservice applications .

spring cloud config It is divided into two parts: server and client .
The server is also called the distributed configuration center , It's a stand-alone microservice application , It is used to connect to the configuration server and provide the client with configuration information , encryption / Decrypt information and other access interfaces .
The client manages the application resources through the specified configuration center , And business related configuration content , And get and load the configuration information from the configuration center at startup , The configuration server uses git To store configuration information , This helps with version management of the environment configuration , And through git Client tools to facilitate the management and access of configuration content .
config function :
- Manage profiles centrally
- Different environments, different configurations , Dynamic configuration updates , Deploy in different environments, such as dev/test/prod/beta/release.
- Dynamically adjust the configuration during runtime , There is no longer the need to write configuration files on each machine where services are deployed , The service will pull the configuration information from the configuration center .
- When the configuration changes , The service does not need to be restarted to sense the change in configuration and apply the new configuration .
- Set the configuration information to REST Interface mode exposure .
边栏推荐
猜你喜欢

Programmers' daily | daily anecdotes

健身房如何提高竞争力?

How can clothing stores make profits?

Abnova循环肿瘤DNA丨全血分离,基因组DNA萃取分析

String (explanation)

Installing redis and windows extension method under win system

Abnova 体外转录 mRNA工作流程和加帽方法介绍

MySQL的主从复制原理

MySQL installation

Comment les entreprises gèrent - elles les données? Partager les leçons tirées des quatre aspects de la gouvernance des données
随机推荐
Matlab tips (29) polynomial fitting plotfit
Can 7-day zero foundation prove HCIA? Huawei certification system learning path sharing
场馆怎么做体育培训?
Brand · consultation standardization
Jetpack compose is much more than a UI framework~
Postgresql源码(60)事务系统总结
根据IP获取地市
JWT的基础介绍
from .onnxruntime_pybind11_state import * # noqa ddddocr运行报错
常用函数detect_image/predict
jdbc数据库连接池使用问题
What books can greatly improve programming ideas and abilities?
libcurl返回curlcode说明
Performance comparison between Ceres solver and g2o
Several index utilization of joint index ABC
中英文说明书丨ProSci LAG-3 重组蛋白
Under what circumstances should we consider sub database and sub table
The latest trends of data asset management and data security at home and abroad
隐马尔科夫模型(HMM)学习笔记
How to share the same storage among multiple kubernetes clusters