Skip to content

Commit

Permalink
Merge 0423219 into 625a1ed
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinX committed Oct 16, 2019
2 parents 625a1ed + 0423219 commit 04c6bfa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion syncer/README-ZH.md
Expand Up @@ -15,7 +15,7 @@ Syncer是一个多服务中心的同步工具,专为大型微服务架构设

### 2. ServiceCenter Syncer架构
Syncer的运行时架构图如下:
![image](./images/SyncerArchitecture.png?raw=true&v=1)
![image](./images/SyncerArchitecture.png?raw=true&v=2)
如图所示,

- 在每个服务中心内,均部署了一套服务注册中心(ServiceCenter、Eurake或者其他)集群,该集群管理其所属服务中心的所有微服务实例,并且是彼此隔离的。同时在每个服務中心里各自部署了一个Syncer集群,它负责从注册中心发现实例,并向服务中心注册来自其他服务中心的实例信息。
Expand Down
2 changes: 1 addition & 1 deletion syncer/README.md
Expand Up @@ -15,7 +15,7 @@ Syncer is a multiple servicecenters synchronization tool designed for large micr

### 2. ServiceCenter Syncer Architecture
Syncer's runtime architecture diagram is as follows,
![image](./images/SyncerArchitecture.png?raw=true&v=1)
![image](./images/SyncerArchitecture.png?raw=true&v=2)
There are three service-centers,

- Within each service center, a service registry (ServiceCenter, Eurake, or other) cluster is deployed that manages all microservice instances of the service center to which it belongs, and the service centers are isolated from each other. At the same time, a Syner cluster is deployed in each service center, which is responsible for discovering instances from the registry and registering instance information from other service centers to its own service centers.
Expand Down
Binary file modified syncer/images/SyncerArchitecture.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 04c6bfa

Please sign in to comment.