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:30 UTC

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

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(-)