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/10/27 03:07:21 UTC

[incubator-eventmesh] branch master updated (235704f1 -> a5b1b39b)

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

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


    from 235704f1 Merge pull request #1942 from walterlife/upgrade-workflow-proto
     new e9893f37 add protocol parameter
     new 9e893fca config init by protocol config
     new 605c365b event mesh server start by config
     new 1f2cc6ca event mesh server start by config
     new 0930a82e checkstyle
     new 45986166 event mesh server start by config
     new fdfba400 event mesh server start by config
     new f8af28db modify TopicsHandler checkstyle
     new a9f62c1b checkstyle
     new 9a16bacd Merge remote-tracking branch 'origin/config-init' into config-init
     new 5b738d28 Merge branch 'master' into config-init
     new 2d7d3b5f update config file
     new a5b1b39b Merge pull request #1617 from mroccyen/config-init

The 2062 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:
 .../common/config/CommonConfiguration.java         |  19 +++
 .../common/utils/ConfigurationContextUtil.java     |   1 -
 eventmesh-runtime/conf/eventmesh.properties        |   1 +
 .../eventmesh/runtime/boot/EventMeshBootstrap.java |  14 +-
 .../runtime/boot/EventMeshGrpcBootstrap.java       |  63 ++++++++
 .../runtime/boot/EventMeshHttpBootstrap.java       |  69 +++++++++
 .../eventmesh/runtime/boot/EventMeshServer.java    | 166 +++++++--------------
 .../eventmesh/runtime/boot/EventMeshStartup.java   |  11 +-
 .../runtime/boot/EventMeshTcpBootstrap.java        |  69 +++++++++
 .../configuration/EventMeshTCPConfiguration.java   |   8 -
 .../eventmesh/runtime/client/common/Server.java    |  10 +-
 11 files changed, 287 insertions(+), 144 deletions(-)
 copy eventmesh-connector-plugin/eventmesh-connector-api/src/main/java/org/apache/eventmesh/api/RequestReplyCallback.java => eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/boot/EventMeshBootstrap.java (79%)
 create mode 100644 eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/boot/EventMeshGrpcBootstrap.java
 create mode 100644 eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/boot/EventMeshHttpBootstrap.java
 create mode 100644 eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/boot/EventMeshTcpBootstrap.java


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