Github
来源:Seata
浏览 9
扫码
分享
2025-01-14 23:28:09
Introduction
- What is a configuration center? The configuration center can be described as a “large warehouse” that contains various configuration files. You can obtain and load the required configurations into the corresponding clients. For example, Seata client (TM, RM) and Seata server (TC) will read global transaction switches, transaction session storage modes, and other information.
- What is the difference between Seata’s configuration center and Spring Cloud’s configuration center? In a broad sense, there is no difference. The only difference is that Spring Cloud’s configuration center only applies to its own components, while Seata’s configuration center also applies to Seata itself. (Note: Spring Cloud’s configuration center is unrelated to Seata)
- Which configuration centers does Seata support?
- Nacos
- Consul
- Apollo
- Etcd
- ZooKeeper
- File (reads local files, including support for conf, properties, and yml configuration files)
当前内容版权归
Seata 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问
Seata .