当前位置:网站首页>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 .
边栏推荐
猜你喜欢

基于JS的迷宫小游戏

ANR 原理及实践

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

FPGA课程:JESD204B的应用场景(干货分享)

SolidWorks GB Library (steel profile library, including aluminum profile, aluminum tube and other structures) installation and use tutorial (generating aluminum profile as an example)

Programmers' daily | daily anecdotes
![[start from scratch] detailed process of deploying yolov5 in win10 system (CPU, no GPU)](/img/77/bd80ed602208be6a9ef8be60c6ad06.png)
[start from scratch] detailed process of deploying yolov5 in win10 system (CPU, no GPU)

.net core 访问不常见的静态文件类型(MIME 类型)

Tkinter window selects PCD file and displays point cloud (open3d)

二十岁的我4面拿到字节跳动offer,至今不敢相信
随机推荐
学术报告系列(六) - Autonomous Driving on the journey to full autonomy
How to share the same storage among multiple kubernetes clusters
大促过后,销量与流量兼具,是否真的高枕无忧?
LM11丨重构K线构建择时交易策略
dolphinscheduler3. X local startup
MySQL的主从复制原理
【从零开始】win10系统部署Yolov5详细过程(CPU,无GPU)
华为机试题素数伴侣
Config分布式配置中心
MySQL SQL的完整处理流程
Pinduoduo lost the lawsuit: "bargain for free" infringed the right to know but did not constitute fraud, and was sentenced to pay 400 yuan
Can't you really do it when you are 35 years old?
Learning notes | data Xiaobai uses dataease to make a large data screen
【NOI模拟赛】区域划分(结论,构造)
Can 7-day zero foundation prove HCIA? Huawei certification system learning path sharing
MySql用户权限
工具类:对象转map 驼峰转下划线 下划线转驼峰
jdbc数据库连接池使用问题
网络基础 —— 报头、封装和解包
mysql查看bin log 并恢复数据