Github
来源:Seata
浏览 12
扫码
分享
2025-01-14 17:29:53
Introduction
- What is a registry center? The registry center can be considered as the “address book” in a microservices architecture, which records the mapping relationship between services and service addresses. In a distributed architecture, services are registered here, and when a service needs to call other services, it looks up the address of the service here and makes the call. For example, the Seata client (TM, RM) discovers the address of the Seata server (TC) cluster and communicates with each other.
- What is the difference between Seata’s registry center and the registry centers of Dubbo and Spring Cloud? In a broad sense, there is no difference. The only difference is that the registry centers of Dubbo and Spring Cloud only work for their own components, while Seata’s registry center also works for Seata itself. (Note: The registry centers of Dubbo and Spring Cloud are not related to Seata)
- What registry centers does Seata support?
- Eureka
- Consul
- Nacos
- Etcd
- ZooKeeper
- Sofa
- Redis
- File (direct connection)
当前内容版权归
Seata 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问
Seata .