[GitHub] [incubator-eventmesh] framctr commented on issue #857: [Bug] AsyncSubscribe not found

2022-05-16 Thread GitBox
framctr commented on issue #857: URL: https://github.com/apache/incubator-eventmesh/issues/857#issuecomment-1127519607 Seems to work with the following procedure: 1. `sh gradlew clean jar dist && sh gradlew installPlugin `` 2. `mv eventmesh-examples/build/classes/java/main/org dist`

[GitHub] [incubator-eventmesh] framctr commented on issue #857: [Bug] AsyncSubscribe not found

2022-05-14 Thread GitBox
framctr commented on issue #857: URL: https://github.com/apache/incubator-eventmesh/issues/857#issuecomment-1126654980 Ok I found that the classpath seems not to be correct. I will investigate more. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-eventmesh] framctr commented on issue #857: [Bug] AsyncSubscribe not found

2022-05-13 Thread GitBox
framctr commented on issue #857: URL: https://github.com/apache/incubator-eventmesh/issues/857#issuecomment-1125897960 Ok, but I need to test the eventmesh deployment I made on a Kubernetes cluster. Working locally is not what I need. --- After some testing, I found that

[GitHub] [incubator-eventmesh] framctr commented on issue #857: [Bug] AsyncSubscribe not found

2022-05-11 Thread GitBox
framctr commented on issue #857: URL: https://github.com/apache/incubator-eventmesh/issues/857#issuecomment-1123481877 Thank you for your replies. > The sh files has been changed, you can use these files under the master branch

[GitHub] [incubator-eventmesh] framctr commented on issue #857: [Bug] AsyncSubscribe not found

2022-05-11 Thread GitBox
framctr commented on issue #857: URL: https://github.com/apache/incubator-eventmesh/issues/857#issuecomment-1123257125 Hi, thank you for your response. I cannot get your results. I will explain better all the steps I do: ``` $ docker run -it --rm openjdk:8 /bin/bash # cd