You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ro...@apache.org on 2022/01/12 08:28:29 UTC

[servicecomb-service-center] branch master updated (c4bc1b4 -> 5ac1c52)

This is an automated email from the ASF dual-hosted git repository.

robotljw pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-service-center.git.


    from c4bc1b4  [feat] normal access traffic needs to be synchronized (#1216)
     add 11381fb  Refactor: add syncer server
     new 5ac1c52  Merge pull request #1217 from apache/grpc

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 cmd/scserver/main.go                      | 13 +++++++++++--
 etc/conf/chassis.yaml                     |  2 +-
 etc/conf/lager.yaml                       |  8 ++++++++
 etc/conf/microservice.yaml                |  4 ++--
 etc/conf/syncer.yaml                      | 10 ++--------
 server/core/core.go                       |  8 --------
 server/server.go                          | 13 -------------
 syncer/config/config.go                   |  8 +-------
 syncer/init/init.go                       | 17 +++++++++++++++++
 {server/rpc/sync => syncer/rpc}/server.go | 19 ++++++++++++++++++-
 syncer/server/server.go                   | 18 +++++++++++++++---
 syncer/service/admin/health.go            | 10 +++++-----
 12 files changed, 80 insertions(+), 50 deletions(-)
 create mode 100644 etc/conf/lager.yaml
 rename {server/rpc/sync => syncer/rpc}/server.go (52%)

[servicecomb-service-center] 01/01: Merge pull request #1217 from apache/grpc

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

robotljw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-service-center.git

commit 5ac1c52828d07697b288e79e4bd596540756aacd
Merge: c4bc1b4 11381fb
Author: robotljw <79...@qq.com>
AuthorDate: Wed Jan 12 16:27:23 2022 +0800

    Merge pull request #1217 from apache/grpc
    
    Refactor: add syncer server

 cmd/scserver/main.go                      | 13 +++++++++++--
 etc/conf/chassis.yaml                     |  2 +-
 etc/conf/lager.yaml                       |  8 ++++++++
 etc/conf/microservice.yaml                |  4 ++--
 etc/conf/syncer.yaml                      | 10 ++--------
 server/core/core.go                       |  8 --------
 server/server.go                          | 13 -------------
 syncer/config/config.go                   |  8 +-------
 syncer/init/init.go                       | 17 +++++++++++++++++
 {server/rpc/sync => syncer/rpc}/server.go | 19 ++++++++++++++++++-
 syncer/server/server.go                   | 18 +++++++++++++++---
 syncer/service/admin/health.go            | 10 +++++-----
 12 files changed, 80 insertions(+), 50 deletions(-)