其他分享
首页 > 其他分享> > centraldogma基于git&zk&http2的高可用支持版本管理的配置服务工具

centraldogma基于git&zk&http2的高可用支持版本管理的配置服务工具

作者:互联网

centraldogma是line开源的基于git&zk&http2的服务配置管理工具,支持版本管理(基于git特性)

参考架构图

 

 

说明

使用centraldogma做为一个配置管理工具是很不错的,完善的版本管理,watch支持,同时支持ha,支持git repo 的镜像,方便的数据格式处理
(json schema,json path),同时也包含了完备的权限访问控制,同时官方已经提供了spring boot starer,golang,rust client 都是很不错的,后边
介绍下相关的使用

参考资料

https://github.com/line/centraldogma
https://line.github.io/centraldogma/index.html

标签:git,zk,配置管理,支持,http2,line,centraldogma
来源: https://www.cnblogs.com/rongfengliang/p/14881274.html