You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by mi...@apache.org on 2022/11/03 11:43:06 UTC

[incubator-eventmesh] branch master updated: modify demo relate file

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

mikexue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git


The following commit(s) were added to refs/heads/master by this push:
     new 294f4ecc modify demo relate file
     new 1618f4a2 Merge pull request #2099 from walterlife/modify_demo_file
294f4ecc is described below

commit 294f4eccd7d33022e3c1bb2440a36c2946648ab7
Author: walterlife <wa...@gmail.com>
AuthorDate: Thu Nov 3 18:39:25 2022 +0800

    modify demo relate file
---
 eventmesh-catalog-go/configs/testexpress.yaml      | 4 ++--
 eventmesh-catalog-go/configs/testpayment.yaml      | 4 ++--
 eventmesh-catalog-go/distribution/mysql-schema.sql | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/eventmesh-catalog-go/configs/testexpress.yaml b/eventmesh-catalog-go/configs/testexpress.yaml
index 598af676..f7b17264 100644
--- a/eventmesh-catalog-go/configs/testexpress.yaml
+++ b/eventmesh-catalog-go/configs/testexpress.yaml
@@ -21,11 +21,11 @@ info:
 channels:
   express/create:
     publish:
-      operationId: sendOrder
+      operationId: sendExpress
       message:
         $ref: '#/components/messages/Order'
     subscribe:
-      operationId: receiveOrder
+      operationId: receiveExpress
       message:
         $ref: '#/components/messages/Order'
 components:
diff --git a/eventmesh-catalog-go/configs/testpayment.yaml b/eventmesh-catalog-go/configs/testpayment.yaml
index 42a2b477..2525f27a 100644
--- a/eventmesh-catalog-go/configs/testpayment.yaml
+++ b/eventmesh-catalog-go/configs/testpayment.yaml
@@ -21,11 +21,11 @@ info:
 channels:
   payment/create:
     publish:
-      operationId: sendOrder
+      operationId: sendPayment
       message:
         $ref: '#/components/messages/Order'
     subscribe:
-      operationId: receiveOrder
+      operationId: receivePayment
       message:
         $ref: '#/components/messages/Order'
 components:
diff --git a/eventmesh-catalog-go/distribution/mysql-schema.sql b/eventmesh-catalog-go/distribution/mysql-schema.sql
index ad6f742b..0048f6bc 100644
--- a/eventmesh-catalog-go/distribution/mysql-schema.sql
+++ b/eventmesh-catalog-go/distribution/mysql-schema.sql
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-create database db_event_catalog;
+create database db_catalog;
 create table if not exists t_event
 (
     id          int auto_increment comment '主键、自增'


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org