当前位置:网站首页>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 .
边栏推荐
- 大促过后,销量与流量兼具,是否真的高枕无忧?
- 分布式id解决方案
- 基于JS的迷宫小游戏
- 【从零开始】win10系统部署Yolov5详细过程(CPU,无GPU)
- Pinduoduo lost the lawsuit: "bargain for free" infringed the right to know but did not constitute fraud, and was sentenced to pay 400 yuan
- How to find the literature of a foreign language journal?
- 联合索引ABC的几种索引利用情况
- How can clothing stores make profits?
- MySql用户权限
- 数据资产管理与数据安全国内外最新趋势
猜你喜欢
How to do sports training in venues?
Please answer the questions about database data transfer
unity3d学习笔记
SolidWorks GB Library (steel profile library, including aluminum profile, aluminum tube and other structures) installation and use tutorial (generating aluminum profile as an example)
Mysql---- import and export & View & Index & execution plan
The latest trends of data asset management and data security at home and abroad
Navicat importing 15g data reports an error [2013 - lost connection to MySQL server during query] [1153: got a packet bigger]
一文带你了解静态路由的特点、目的及配置基本功能示例
Stack and queue-p79-10 [2014 unified examination real question]
Can 7-day zero foundation prove HCIA? Huawei certification system learning path sharing
随机推荐
请教一下,监听pgsql ,怎样可以监听多个schema和table
Data of all class a scenic spots in China in 2022 (13604)
品牌电商如何逆势增长?在这里预见未来!
Config分布式配置中心
Apache ab 压力测试
MySQL installation
Matlab tips (30) nonlinear fitting lsqcurefit
Abnova 免疫组化服务解决方案
dolphinscheduler3. X local startup
网络基础 —— 报头、封装和解包
途家、木鸟、美团……民宿暑期战事将起
unity3d学习笔记
企业如何进行数据治理?分享数据治理4个方面的经验总结
Comment les entreprises gèrent - elles les données? Partager les leçons tirées des quatre aspects de la gouvernance des données
jdbc数据库连接池使用问题
MySQL view bin log and recover data
MySQL user permissions
From zero to one, I will teach you to build the "clip search by text" search service (2): 5 minutes to realize the prototype
2018年江苏省职业院校技能大赛高职组“信息安全管理与评估”赛项任务书
Kotlin之 Databinding 异常