当前位置:网站首页>Config分布式配置中心
Config分布式配置中心
2022-07-07 02:40:00 【RB_VER】
概述
微服务意味着要将单体应用中的业务拆分成一个个子服务,每个服务的粒度相对较小,因此系统中会出现大量的服务。由于每个服务都需要必要的配置信息才能运行,所以一套集中式的、动态的配置管理设施是必不可少的。
spring cloud config为微服务架构中的微服务提供集中化的外部配置支持,配置服务器为各个不同微服务应用的所有环境提供了一个中心化的外部配置。
spring cloud config分为服务端和客户端两部分。
服务端也称为分布式配置中心,它是一个独立的微服务应用,用来连接配置服务器并为客户端提供获取配置信息,加密/解密信息等访问接口。
客户端则是通过指定的配置中心来管理应用资源,以及与业务相关的配置内容,并在启动的时候从配置中心获取和加载配置信息,配置服务器默认采用git来存储配置信息,这样就有助于对环境配置进行版本管理,并且可以通过git客户端工具来方便的管理和访问配置内容。
config功能:
- 集中管理配置文件
- 不同环境不同配置,动态化的配置更新,分环境部署比如dev/test/prod/beta/release。
- 运行期间动态调整配置,不再需要在每个服务部署的机器上编写配置文件,服务会向配置中心统一拉取配置自己的信息。
- 当配置发生变动时,服务不需要重启即可感知到配置的变化并应用新的配置。
- 将配置信息以REST接口形式暴露。
边栏推荐
- Programmers' daily | daily anecdotes
- Postgresql中procedure支持事务语法(实例&分析)
- 从零到一,教你搭建「CLIP 以文搜图」搜索服务(二):5 分钟实现原型
- String (explanation)
- 根据IP获取地市
- 拼多多败诉:“砍价免费拿”侵犯知情权但不构成欺诈,被判赔400元
- 场馆怎么做体育培训?
- 循环肿瘤细胞——Abnova 解决方案来啦
- C language interview to write a function to find the first public string in two strings
- impdp的transform参数的测试
猜你喜欢
Common problems of caching in high concurrency scenarios
SVN version management in use replacement release and connection reset
软件测试到了35岁,真的就干不动了吗?
POI export to excel: set font, color, row height adaptation, column width adaptation, lock cells, merge cells
Leite smart home longhaiqi: from professional dimming to full house intelligence, 20 years of focus on professional achievements
华为机试题素数伴侣
网络基础 —— 报头、封装和解包
MySQL卸载文档-Windows版
Apache ab 压力测试
A program lets you understand what static inner classes, local inner classes, and anonymous inner classes are
随机推荐
MySQL(十)
Jmeter 5.5版本发布说明
How to use wechat cloud hosting or cloud functions for cloud development of unapp development applet
Matlab / envi principal component analysis implementation and result analysis
ceres-solver和g2o性能比较
Handling hardfault in RT thread
Go straight to the 2022ecdc fluorite cloud Developer Conference: work with thousands of industries to accelerate intelligent upgrading
学术报告系列(六) - Autonomous Driving on the journey to full autonomy
Which foreign language periodicals are famous in geology?
拼多多败诉:“砍价免费拿”侵犯知情权但不构成欺诈,被判赔400元
Performance comparison between Ceres solver and g2o
屏幕程序用串口无法调试情况
[start from scratch] detailed process of deploying yolov5 in win10 system (CPU, no GPU)
什么情况下考虑分库分表
肿瘤免疫治疗研究丨ProSci LAG3抗体解决方案
如何解决数据库插入数据显示SQLSTATE[HY000]: General error: 1364 Field ‘xxxxx‘ doesn‘t have a default value错误
Stack and queue-p78-8 [2011 unified examination true question]
How to solve sqlstate[hy000]: General error: 1364 field 'xxxxx' doesn't have a default value error
毕业设计游戏商城
二十岁的我4面拿到字节跳动offer,至今不敢相信