[jira] [Created] (SCB-1296) Store Syncer data to etcd

2019-05-27 Thread Zhinan Lin (JIRA)
Zhinan Lin created SCB-1296:
---

 Summary: Store Syncer data to etcd
 Key: SCB-1296
 URL: https://issues.apache.org/jira/browse/SCB-1296
 Project: Apache ServiceComb
  Issue Type: Sub-task
  Components: Service-Center
Affects Versions: service-center-1.3.0
Reporter: Zhinan Lin
 Fix For: service-center-1.3.0


Use etcd to store syncer's data.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (SCB-1295) Syncer for synchronize data between multiple service centers

2019-05-27 Thread Zhinan Lin (JIRA)


[ 
https://issues.apache.org/jira/browse/SCB-1295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16848863#comment-16848863
 ] 

Zhinan Lin commented on SCB-1295:
-

I have create a PR to add the basic minimal runnable version [1]. And I am also 
going to fix some request before merged.

[[1]https://github.com/apache/servicecomb-service-center/pull/548|https://github.com/apache/servicecomb-service-center/pull/548]

> Syncer for synchronize data between multiple service centers
> 
>
> Key: SCB-1295
> URL: https://issues.apache.org/jira/browse/SCB-1295
> Project: Apache ServiceComb
>  Issue Type: New Feature
>  Components: Service-Center
>Affects Versions: service-center-1.3.0
>Reporter: Zhinan Lin
>Priority: Major
>  Labels: features
> Fix For: service-center-1.3.0
>
> Attachments: Service-Center异构-v1.0.pdf
>
>
> Add basic minimal runnable version of Syncer, reference to 
> [README.md|https://github.com/zenlint/servicecomb-service-center/blob/master/syncer/README.md]
>  to get what is Service-center Syncer.
> The current Syner has a P2P network to ensure that different Service-centers 
> can perform peer-to-peer data synchronization when needed. When data needs to 
> be synchronized between Service-centers, Syner establishs a point-to-point 
> channel through GRPC to ensure that the less impact on network load.
> I am going to make syncer to support the following capabilities in the coming 
> PR,
>  * Support for other service registration and discovery centers, such as 
> SpringCloud Eureka, Istio, etc.
>  * Enhance the reliability of the Syner itself, Syner lifecycle management.
> Reference to 
> [TODO.md|https://github.com/zenlint/servicecomb-service-center/blob/master/syncer/TODO.md]
>  to get future plans for Syncer.
> It is worth noting that both Syncer and Service-center are loosely coupled in 
> the code and there runtime, therefore, Syncer will not affect the current 
> Service-center.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (SCB-1295) Syncer for synchronize data between multiple service centers

2019-05-27 Thread Zhinan Lin (JIRA)
Zhinan Lin created SCB-1295:
---

 Summary: Syncer for synchronize data between multiple service 
centers
 Key: SCB-1295
 URL: https://issues.apache.org/jira/browse/SCB-1295
 Project: Apache ServiceComb
  Issue Type: New Feature
  Components: Service-Center
Affects Versions: service-center-1.3.0
Reporter: Zhinan Lin
 Fix For: service-center-1.3.0
 Attachments: Service-Center异构-v1.0.pdf

Add basic minimal runnable version of Syncer, reference to 
[README.md|https://github.com/zenlint/servicecomb-service-center/blob/master/syncer/README.md]
 to get what is Service-center Syncer.

The current Syner has a P2P network to ensure that different Service-centers 
can perform peer-to-peer data synchronization when needed. When data needs to 
be synchronized between Service-centers, Syner establishs a point-to-point 
channel through GRPC to ensure that the less impact on network load.

I am going to make syncer to support the following capabilities in the coming 
PR,
 * Support for other service registration and discovery centers, such as 
SpringCloud Eureka, Istio, etc.
 * Enhance the reliability of the Syner itself, Syner lifecycle management.

Reference to 
[TODO.md|https://github.com/zenlint/servicecomb-service-center/blob/master/syncer/TODO.md]
 to get future plans for Syncer.

It is worth noting that both Syncer and Service-center are loosely coupled in 
the code and there runtime, therefore, Syncer will not affect the current 
Service-center.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Comment Edited] (SCB-1295) Syncer for synchronize data between multiple service centers

2019-05-27 Thread Zhinan Lin (JIRA)


[ 
https://issues.apache.org/jira/browse/SCB-1295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16848863#comment-16848863
 ] 

Zhinan Lin edited comment on SCB-1295 at 5/27/19 11:41 AM:
---

I have create a PR to add the basic minimal runnable version [1]. And I am also 
going to fix some request before merged.

[[1]https://github.com/apache/servicecomb-service-center/pull/548


was (Author: zen lin):
I have create a PR to add the basic minimal runnable version [1]. And I am also 
going to fix some request before merged.

[[1]https://github.com/apache/servicecomb-service-center/pull/548|https://github.com/apache/servicecomb-service-center/pull/548]

> Syncer for synchronize data between multiple service centers
> 
>
> Key: SCB-1295
> URL: https://issues.apache.org/jira/browse/SCB-1295
> Project: Apache ServiceComb
>  Issue Type: New Feature
>  Components: Service-Center
>Affects Versions: service-center-1.3.0
>Reporter: Zhinan Lin
>Priority: Major
>  Labels: features
> Fix For: service-center-1.3.0
>
> Attachments: Service-Center异构-v1.0.pdf
>
>
> Add basic minimal runnable version of Syncer, reference to 
> [README.md|https://github.com/zenlint/servicecomb-service-center/blob/master/syncer/README.md]
>  to get what is Service-center Syncer.
> The current Syner has a P2P network to ensure that different Service-centers 
> can perform peer-to-peer data synchronization when needed. When data needs to 
> be synchronized between Service-centers, Syner establishs a point-to-point 
> channel through GRPC to ensure that the less impact on network load.
> I am going to make syncer to support the following capabilities in the coming 
> PR,
>  * Support for other service registration and discovery centers, such as 
> SpringCloud Eureka, Istio, etc.
>  * Enhance the reliability of the Syner itself, Syner lifecycle management.
> Reference to 
> [TODO.md|https://github.com/zenlint/servicecomb-service-center/blob/master/syncer/TODO.md]
>  to get future plans for Syncer.
> It is worth noting that both Syncer and Service-center are loosely coupled in 
> the code and there runtime, therefore, Syncer will not affect the current 
> Service-center.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)