Integration with Apache EventMesh#17
Conversation
|
|
|
Ok, I'll fix these issues. |
|
@xwm1992 The DCO is required, please resolve it first. |
|
git commit -s --amend |
87067c3 to
fba11c2
Compare
Signed-off-by: xwm1992 <mike_xwm@126.com>
fba11c2 to
4d5ccae
Compare
…amework-java into add-eventmesh-trigger � Conflicts: � functions-framework-api/src/main/java/dev/openfunction/functions/Context.java � functions-framework-invoker/pom.xml � functions-framework-invoker/src/main/java/dev/openfunction/invoker/context/UserContext.java � samples/pom.xml
I've resolved the DCO problem, please review thanks. |
|
Thanks for your commit. Eventmesh should use separate input and output, and should not use dapr's input and output. Going further, we need to support the mixed-use of eventmesh and dapr. For example, use the dapr trigger to trigger the function, then get data from eventmesh input, and then send the results to dapr output and eventmesh output at the same time. I will merge this PR first and then we need to consider how to implement these later. |
|
To integrate EventMesh with OpenFunction, what else should be done except this change? @wanjunlei @xwm1992 |
|
It need add the eventmesh config into the Function CRD. |
Fixed issue #480