You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eventmesh.apache.org by GitBox <gi...@apache.org> on 2022/08/15 14:12:15 UTC

[GitHub] [incubator-eventmesh] walterlife opened a new pull request, #1160: [ISSUE #276] Support serverless workflow

walterlife opened a new pull request, #1160:
URL: https://github.com/apache/incubator-eventmesh/pull/1160

   Fixes #276 .
   
   ### Motivation
   add workflow module,support serverless-workflow dsl and asyncapi 
   
   ### Modifications
   add eventmesh-workflow-go module。
   Abstract event sending/consumption into task execution. This module implements task queue, task executor, and task scheduler.
   include:
   - [ ] eventmesh-workflow-queue
   - [ ] eventmesh-workflow-task
   - [ ] eventmesh-workflow-scheduler
   - [ ] eventmesh-catalog
   - [ ] eventmesh go/java sdk integrated
   - [ ] eventmesh runtime integrated
   
   ### Documentation
   - Does this pull request introduce a new feature? (yes / no)
   - If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented)
   - If a feature is not applicable for documentation, explain why?
   - If a feature is not documented yet in this PR, please create a followup issue for adding the documentation
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [incubator-eventmesh] qqeasonchen merged pull request #1160: [ISSUE #276] Support serverless workflow

Posted by GitBox <gi...@apache.org>.
qqeasonchen merged PR #1160:
URL: https://github.com/apache/incubator-eventmesh/pull/1160


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [incubator-eventmesh] codecov[bot] commented on pull request #1160: [ISSUE #276] Support serverless workflow

Posted by GitBox <gi...@apache.org>.
codecov[bot] commented on PR #1160:
URL: https://github.com/apache/incubator-eventmesh/pull/1160#issuecomment-1215087727

   # [Codecov](https://codecov.io/gh/apache/incubator-eventmesh/pull/1160?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > :exclamation: No coverage uploaded for pull request base (`eventmesh-workflow-go@0a1069b`). [Click here to learn what that means](https://docs.codecov.io/docs/error-reference?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#section-missing-base-commit).
   > The diff coverage is `n/a`.
   
   > :exclamation: Current head f24c03b differs from pull request most recent head cfa0114. Consider uploading reports for the commit cfa0114 to get more accurate results
   
   ```diff
   @@                   Coverage Diff                   @@
   ##             eventmesh-workflow-go   #1160   +/-   ##
   =======================================================
     Coverage                         ?   9.88%           
     Complexity                       ?     637           
   =======================================================
     Files                            ?     382           
     Lines                            ?   23628           
     Branches                         ?    2617           
   =======================================================
     Hits                             ?    2336           
     Misses                           ?   21069           
     Partials                         ?     223           
   ```
   
   
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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