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

[incubator-eventmesh] branch master updated (9d149980 -> b631b8d9)

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 9d149980 Merge pull request #1924 from Alonexc/fix_new-contributor-guidelines
     new c5b80a11 add workflow examples demo with grpc protocol
     new 9fa8bba7 modify application.properties
     new b631b8d9 Merge pull request #1935 from walterlife/add-workflow-demo

The 2028 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:
 eventmesh-examples/build.gradle                    |   1 +
 .../apache/eventmesh/common/ExampleConstants.java  |   9 ++
 ...ance.java => WorkflowAsyncPublishInstance.java} |  58 ++++++------
 .../eventmesh/grpc/sub/WorkflowAsyncSubscribe.java | 103 ++++++++++++++++++++
 .../grpc/sub/WorkflowOrderAsyncSubscribe.java      | 104 +++++++++++++++++++++
 .../grpc/sub/WorkflowPaymentAsyncSubscribe.java    | 103 ++++++++++++++++++++
 .../apache/eventmesh/selector/NacosSelector.java   |  51 ++++++++++
 .../src/main/resources/application.properties      |   6 +-
 8 files changed, 408 insertions(+), 27 deletions(-)
 copy eventmesh-examples/src/main/java/org/apache/eventmesh/grpc/pub/eventmeshmessage/{RequestReplyInstance.java => WorkflowAsyncPublishInstance.java} (53%)
 create mode 100644 eventmesh-examples/src/main/java/org/apache/eventmesh/grpc/sub/WorkflowAsyncSubscribe.java
 create mode 100644 eventmesh-examples/src/main/java/org/apache/eventmesh/grpc/sub/WorkflowOrderAsyncSubscribe.java
 create mode 100644 eventmesh-examples/src/main/java/org/apache/eventmesh/grpc/sub/WorkflowPaymentAsyncSubscribe.java
 create mode 100644 eventmesh-examples/src/main/java/org/apache/eventmesh/selector/NacosSelector.java


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