You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2019/05/15 11:12:17 UTC

[skywalking] branch master updated: study sharding sphere (#2679)

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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 1b6bd5f  study sharding sphere (#2679)
1b6bd5f is described below

commit 1b6bd5f81d50fb2338c1fd1c19b30cba51b79f28
Author: 于玉桔 <76...@qq.com>
AuthorDate: Wed May 15 19:12:09 2019 +0800

    study sharding sphere (#2679)
---
 oap-server/server-core/src/test/resources/component-libraries.yml    | 3 +++
 oap-server/server-starter/src/main/resources/component-libraries.yml | 3 +--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/oap-server/server-core/src/test/resources/component-libraries.yml b/oap-server/server-core/src/test/resources/component-libraries.yml
index 86b97dd..0d793a0 100644
--- a/oap-server/server-core/src/test/resources/component-libraries.yml
+++ b/oap-server/server-core/src/test/resources/component-libraries.yml
@@ -189,6 +189,9 @@ Zookeeper:
 Vertx:
   id: 59
   languages: Java
+ShardingSphere:
+  id: 60
+  languages: Java
 
 # .NET/.NET Core components
 # [3000, 4000) for C#/.NET only
diff --git a/oap-server/server-starter/src/main/resources/component-libraries.yml b/oap-server/server-starter/src/main/resources/component-libraries.yml
index 0f67498..747bb25 100644
--- a/oap-server/server-starter/src/main/resources/component-libraries.yml
+++ b/oap-server/server-starter/src/main/resources/component-libraries.yml
@@ -207,9 +207,8 @@ Zookeeper:
 Vertx:
   id: 59
   languages: Java
-
 ShardingSphere:
-  id: 59
+  id: 60
   languages: Java
 
 # .NET/.NET Core components