Re: [PR] Develop mcp (eventmesh)

2025-09-17 Thread via GitHub
xwm1992 commented on code in PR #5203: URL: https://github.com/apache/eventmesh/pull/5203#discussion_r2357438401 ## eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/boot/AbstractMCPServer.java: ## @@ -0,0 +1,524 @@ +package org.apache.eventmesh.runtime.boot; + +impor

Re: [I] [Feature] Beyond A2A protocol adapter, any thoughs about building AgentMesh infra (eventmesh)

2025-09-17 Thread via GitHub
MajorHe1 commented on issue #5204: URL: https://github.com/apache/eventmesh/issues/5204#issuecomment-3301686287 Sounds great, looking forward to your outstanding work -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] Develop mcp (eventmesh)

2025-09-17 Thread via GitHub
qqeasonchen commented on PR #5203: URL: https://github.com/apache/eventmesh/pull/5203#issuecomment-3291384749 @jerryyummy please create a issue and give your proposal first, let's have some discussion -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [I] [Feature] Beyond A2A protocol adapter, any thoughs about building AgentMesh infra (eventmesh)

2025-09-16 Thread via GitHub
qqeasonchen commented on issue #5204: URL: https://github.com/apache/eventmesh/issues/5204#issuecomment-3301568386 That's a great proposal. Let's work on it step by step, and everyone is welcome to join in. -- This is an automated message from the Apache Git Service. To respond to the mes

[I] [Feature] Any evolution in Multi-Agent collaborative era for our EventMesh (eventmesh)

2025-09-16 Thread via GitHub
vongosling opened a new issue, #5204: URL: https://github.com/apache/eventmesh/issues/5204 ### Search before asking - [x] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues. ### Feature Request Event f

Re: [I] [Enhancement] unnecessary assignment to the blank identifier [consumer.go] (eventmesh)

2025-09-02 Thread via GitHub
github-actions[bot] commented on issue #3764: URL: https://github.com/apache/eventmesh/issues/3764#issuecomment-3246401471 It has been 90 days since the last activity on this issue. Apache EventMesh values the voices of the community. Please don't hesitate to share your latest insights on t

Re: [I] [Enhancement] if block ends with a return statement, so drop this else and outdent its block (eventmesh)

2025-09-02 Thread via GitHub
github-actions[bot] commented on issue #3760: URL: https://github.com/apache/eventmesh/issues/3760#issuecomment-3246401570 It has been 90 days since the last activity on this issue. Apache EventMesh values the voices of the community. Please don't hesitate to share your latest insights on t

Re: [I] java.lang.ClassCastException: org.apache.rocketmq.client.consumer.listener.ConsumeConcurrentlyContext cannot be cast to org.apache.eventmesh.storage.rocketmq.patch.EventMeshConsumeConcurrently

2025-08-24 Thread via GitHub
github-actions[bot] commented on issue #5148: URL: https://github.com/apache/eventmesh/issues/5148#issuecomment-3218293823 It has been 90 days since the last activity on this issue. Apache EventMesh values the voices of the community. Please don't hesitate to share your latest insights on t

Re: [I] [Enhancement] Move the version variables of third-party middlewares from `gradle.properties` to `build.gradle` (eventmesh)

2025-08-24 Thread via GitHub
github-actions[bot] commented on issue #5008: URL: https://github.com/apache/eventmesh/issues/5008#issuecomment-3218293846 It has been 90 days since the last activity on this issue. Apache EventMesh values the voices of the community. Please don't hesitate to share your latest insights on t

Re: [I] [Enhancement] AI agents and workflow (eventmesh)

2025-08-18 Thread via GitHub
qqeasonchen commented on issue #5188: URL: https://github.com/apache/eventmesh/issues/5188#issuecomment-3199020732 https://github.com/apache/eventmesh/issues/5202 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [Feature #4793] Support MQTT protocol (eventmesh)

2025-08-14 Thread via GitHub
github-actions[bot] commented on PR #4794: URL: https://github.com/apache/eventmesh/pull/4794#issuecomment-3189506448 It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request,

Re: [PR] [ISSUE #4646] Add condition for transforming non-data values (eventmesh)

2025-08-14 Thread via GitHub
github-actions[bot] commented on PR #4637: URL: https://github.com/apache/eventmesh/pull/4637#issuecomment-3189506866 It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request,

Re: [PR] [ISSUE #4674] Add a run log for the ThreadPoolExecutor (eventmesh)

2025-08-14 Thread via GitHub
github-actions[bot] commented on PR #4673: URL: https://github.com/apache/eventmesh/pull/4673#issuecomment-3189506790 It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request,

Re: [PR] [ISSUE #4174]Support to subscribe message by tags when using RocketMQ storage plugin. (eventmesh)

2025-08-14 Thread via GitHub
github-actions[bot] commented on PR #4175: URL: https://github.com/apache/eventmesh/pull/4175#issuecomment-3189507170 It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request,

Re: [PR] [ISSUE #4763] Do some code optimization.[EventMeshCommon] (eventmesh)

2025-08-14 Thread via GitHub
github-actions[bot] commented on PR #4764: URL: https://github.com/apache/eventmesh/pull/4764#issuecomment-3189506614 It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request,

Re: [PR] [ISSUE 5202]implement A2A protocol (eventmesh)

2025-08-14 Thread via GitHub
Pil0tXia commented on code in PR #5201: URL: https://github.com/apache/eventmesh/pull/5201#discussion_r2275861607 ## examples/a2a-agent-client/src/main/resources/logback.xml: ## @@ -0,0 +1,73 @@ + + + + + +%d{-MM-dd HH:mm:ss.SSS} [%thread] %-5leve

[I] [Feature] implement A2A protocol (eventmesh)

2025-08-14 Thread via GitHub
qqeasonchen opened a new issue, #5202: URL: https://github.com/apache/eventmesh/issues/5202 ### Search before asking - [x] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues. ### Feature Request implem

Re: [I] [Enhancement] Remove unused RocketMQ dependencies in `List rocketmq` (eventmesh)

2025-08-06 Thread via GitHub
github-actions[bot] commented on issue #4826: URL: https://github.com/apache/eventmesh/issues/4826#issuecomment-3161203301 It has been 90 days since the last activity on this issue. Apache EventMesh values the voices of the community. Please don't hesitate to share your latest insights on t

Re: [PR] add : eventmesh-retry/eventmesh-retry-kafka (eventmesh)

2025-07-27 Thread via GitHub
HiddenWorld-lk commented on PR #5122: URL: https://github.com/apache/eventmesh/pull/5122#issuecomment-3124479069 I have resolved the conflicts. -- 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

Re: [PR] add : eventmesh-retry/eventmesh-retry-kafka (eventmesh)

2025-07-26 Thread via GitHub
HiddenWorld-lk commented on PR #5122: URL: https://github.com/apache/eventmesh/pull/5122#issuecomment-3123831875 Sure, I will resolve it in these days ,thank you! ---Original--- From: ***@***.***> Date: Sun, Jul 27, 2025 10:47 AM To: ***@***.***>; Cc: ***@***.**

Re: [I] [Feature] implement a BPMN approval process based on EventMesh Workflow (eventmesh)

2025-07-26 Thread via GitHub
Pil0tXia commented on issue #5195: URL: https://github.com/apache/eventmesh/issues/5195#issuecomment-3123806602 May you please give a brief introduce on BPMN approval? Do you mean Business Process Model and Notation? -- This is an automated message from the Apache Git Service. To respond

Re: [I] 关于event bridge数据桥接有配置例子吗,包括多个eventmesh之间通过nacos注册发现配置的例子 (eventmesh)

2025-07-26 Thread via GitHub
Pil0tXia commented on issue #5168: URL: https://github.com/apache/eventmesh/issues/5168#issuecomment-3123805638 Hi @zjj353533004 , the issue has been replied. Do you have any additional information to share? Feel free to share your latest insights with us. If you feel that your issue has be

Re: [I] [Enhancement] AI agents and workflow (eventmesh)

2025-07-26 Thread via GitHub
Pil0tXia commented on issue #5188: URL: https://github.com/apache/eventmesh/issues/5188#issuecomment-3123801032 @HScarb We have a repo in developing, https://github.com/apache/eventmesh-workflow. And we are planning a Java version of workflow. -- This is an automated message from the Apa

Re: [PR] add : eventmesh-retry/eventmesh-retry-kafka (eventmesh)

2025-07-26 Thread via GitHub
Pil0tXia commented on PR #5122: URL: https://github.com/apache/eventmesh/pull/5122#issuecomment-3123792817 Hi, would you please resolve conflicts? Then I will help merge this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] [ISSUE #4845] Apply dependency management to `grpcVersion` and `protobufVersion`. (eventmesh)

2025-07-26 Thread via GitHub
Pil0tXia commented on PR #4988: URL: https://github.com/apache/eventmesh/pull/4988#issuecomment-3123792056 Hi, would you please resolve conflicts? Then I will help merge this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] [ISSUE #4136] change the null reference to empty object in UrlMappingPattern.java (eventmesh)

2025-07-26 Thread via GitHub
Pil0tXia commented on PR #4846: URL: https://github.com/apache/eventmesh/pull/4846#issuecomment-3123787921 Considering the lack of activity, this pull request will now be closed as stale. Thank you for your contribution. -- This is an automated message from the Apache Git Service. To resp

Re: [I] [Enhancement] 能否将EventMesh进化成为统一流程引擎 (eventmesh)

2025-07-26 Thread via GitHub
Pil0tXia commented on issue #5196: URL: https://github.com/apache/eventmesh/issues/5196#issuecomment-3123787399 @liji2003888 可以的,事件流兼容审批流,每个事件节点会需要你们的业务应用支持审批规则的配置。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [I] [Enhancement] 能否将EventMesh进化成为统一流程引擎 (eventmesh)

2025-07-22 Thread via GitHub
github-actions[bot] commented on issue #5196: URL: https://github.com/apache/eventmesh/issues/5196#issuecomment-3104293213 It has been 90 days since the last activity on this issue. Apache EventMesh values the voices of the community. Please don't hesitate to share your latest insights on t

Re: [I] [Feature] implement a BPMN approval process based on EventMesh Workflow (eventmesh)

2025-07-22 Thread via GitHub
github-actions[bot] commented on issue #5195: URL: https://github.com/apache/eventmesh/issues/5195#issuecomment-3104293297 It has been 90 days since the last activity on this issue. Apache EventMesh values the voices of the community. Please don't hesitate to share your latest insights on t

Re: [I] [Bug]Registry nacos plugin implementation according to cluster query information bugs (eventmesh)

2025-07-18 Thread via GitHub
qiaofazhan commented on issue #2237: URL: https://github.com/apache/eventmesh/issues/2237#issuecomment-3090346910 您好,邮件已收到,尽快给您回复。 -- 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 com

Re: [I] [Bug]Registry nacos plugin implementation according to cluster query information bugs (eventmesh)

2025-07-18 Thread via GitHub
github-actions[bot] commented on issue #2237: URL: https://github.com/apache/eventmesh/issues/2237#issuecomment-3090345129 It has been 90 days since the last activity on this issue. Apache EventMesh values the voices of the community. Please don't hesitate to share your latest insights on t

Re: [I] [Enhancement] AI agents and workflow (eventmesh)

2025-07-13 Thread via GitHub
github-actions[bot] commented on issue #5188: URL: https://github.com/apache/eventmesh/issues/5188#issuecomment-3067234320 It has been 90 days since the last activity on this issue. Apache EventMesh values the voices of the community. Please don't hesitate to share your latest insights on t

Re: [PR] [ISSUE #4174]Support to subscribe message by tags when using RocketMQ storage plugin. (eventmesh)

2025-06-14 Thread via GitHub
github-actions[bot] commented on PR #4175: URL: https://github.com/apache/eventmesh/pull/4175#issuecomment-2972994005 It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request,

Re: [PR] [Feature #4793] Support MQTT protocol (eventmesh)

2025-06-14 Thread via GitHub
github-actions[bot] commented on PR #4794: URL: https://github.com/apache/eventmesh/pull/4794#issuecomment-2972993876 It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request,

Re: [PR] [ISSUE #4646] Add condition for transforming non-data values (eventmesh)

2025-06-14 Thread via GitHub
github-actions[bot] commented on PR #4637: URL: https://github.com/apache/eventmesh/pull/4637#issuecomment-2972993958 It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request,

Re: [PR] [ISSUE #4674] Add a run log for the ThreadPoolExecutor (eventmesh)

2025-06-14 Thread via GitHub
github-actions[bot] commented on PR #4673: URL: https://github.com/apache/eventmesh/pull/4673#issuecomment-2972993944 It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request,

Re: [PR] [ISSUE #4763] Do some code optimization.[EventMeshCommon] (eventmesh)

2025-06-14 Thread via GitHub
github-actions[bot] commented on PR #4764: URL: https://github.com/apache/eventmesh/pull/4764#issuecomment-2972993906 It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request,

Re: [I] [Enhancement] if block ends with a return statement, so drop this else and outdent its block (eventmesh)

2025-06-03 Thread via GitHub
digitzh commented on issue #3760: URL: https://github.com/apache/eventmesh/issues/3760#issuecomment-2935131238 ✔The issue has been resolved, and can be closed. [ref link](https://github.com/apache/eventmesh-workflow/blob/main/third_party/lexer/rune_stack.go) ![Image](https://github.co

Re: [I] [Enhancement] unnecessary assignment to the blank identifier [consumer.go] (eventmesh)

2025-06-03 Thread via GitHub
digitzh commented on issue #3764: URL: https://github.com/apache/eventmesh/issues/3764#issuecomment-2934988274 ✔This issue has been resolved, and can be closed. [Ref link](https://github.com/apache/eventmesh-go/blob/main/plugin/connector/standalone/consumer.go) ![Image](https://github

Re: [I] No such iamge "apache/eventmesh-dashboard" on docker hub? [eventmesh-dashboard]

2025-05-31 Thread via GitHub
xscl commented on issue #44: URL: https://github.com/apache/eventmesh-dashboard/issues/44#issuecomment-2926049055 > Yes, the eventmesh-dashboard image haven't been uploaded to docker hub. You may have to use a self-built image or the image built by me: `pil0txia/eventmesh-dashboard:latest`

Re: [I] java.lang.ClassCastException: org.apache.rocketmq.client.consumer.listener.ConsumeConcurrentlyContext cannot be cast to org.apache.eventmesh.storage.rocketmq.patch.EventMeshConsumeConcurrently

2025-05-25 Thread via GitHub
ColeSu-n commented on issue #5148: URL: https://github.com/apache/eventmesh/issues/5148#issuecomment-2908302239 > This operation didn't work. I downloaded from apache-eventmesh-1.11.0-bin.tar.gz and started the project using bin/start.sh. This file contains the following: $JAVA J A V A O P

Re: [I] [Enhancement] Move the version variables of third-party middlewares from `gradle.properties` to `build.gradle` (eventmesh)

2025-05-25 Thread via GitHub
Legimity commented on issue #5008: URL: https://github.com/apache/eventmesh/issues/5008#issuecomment-2907676470 I’ve reviewed the current gradle.properties file and found that it does not define any third-party dependency versions. May I ask if this issue still needs to be addressed? If so,

Re: [I] java.lang.ClassCastException: org.apache.rocketmq.client.consumer.listener.ConsumeConcurrentlyContext cannot be cast to org.apache.eventmesh.storage.rocketmq.patch.EventMeshConsumeConcurrently

2025-05-22 Thread via GitHub
ChangYunQing commented on issue #5148: URL: https://github.com/apache/eventmesh/issues/5148#issuecomment-2903102858 This operation didn't work. I downloaded from apache-eventmesh-1.11.0-bin.tar.gz and started the project using bin/start.sh. This file contains the following: $JAVA $JA

Re: [I] [Enhancement] update eventmesh architecture image [eventmesh-site]

2025-05-21 Thread via GitHub
wqliang closed issue #247: [Enhancement] update eventmesh architecture image URL: https://github.com/apache/eventmesh-site/issues/247 -- 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 comm

[I] [Enhancement] update eventmesh architecture image [eventmesh-site]

2025-05-21 Thread via GitHub
xwm1992 opened a new issue, #247: URL: https://github.com/apache/eventmesh-site/issues/247 ### Search before asking - [x] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues. ### Enhancement Request upd

Re: [PR] fix(*): 1. 合并代码, 2. 处理格式问题 [eventmesh-dashboard]

2025-05-12 Thread via GitHub
Pil0tXia commented on code in PR #199: URL: https://github.com/apache/eventmesh-dashboard/pull/199#discussion_r2084623866 ## eventmesh-dashboard-common/pom.xml: ## @@ -30,20 +30,17 @@ eventmesh-dashboard-common -1.8 +17 UTF-8 UTF-

Re: [PR] fix(*): 1. 合并代码, 2. 处理格式问题 [eventmesh-dashboard]

2025-05-11 Thread via GitHub
githublaohu commented on code in PR #199: URL: https://github.com/apache/eventmesh-dashboard/pull/199#discussion_r2083733108 ## eventmesh-dashboard-common/pom.xml: ## @@ -30,20 +30,17 @@ eventmesh-dashboard-common -1.8 +17 UTF-8 U

Re: [PR] fix(*): 1. 合并代码, 2. 处理格式问题 [eventmesh-dashboard]

2025-05-11 Thread via GitHub
Pil0tXia commented on code in PR #199: URL: https://github.com/apache/eventmesh-dashboard/pull/199#discussion_r2083601158 ## eventmesh-dashboard-common/pom.xml: ## @@ -30,20 +30,17 @@ eventmesh-dashboard-common -1.8 +17 UTF-8 UTF-

Re: [I] [Feature] Support building JDK 17&21 Dashboard in CI [eventmesh-dashboard]

2025-05-11 Thread via GitHub
Pil0tXia closed issue #200: [Feature] Support building JDK 17&21 Dashboard in CI URL: https://github.com/apache/eventmesh-dashboard/issues/200 -- 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 spec

Re: [I] [Feature] Upgrade required_status_checks jdk version [eventmesh-dashboard]

2025-05-09 Thread via GitHub
Pil0tXia closed issue #202: [Feature] Upgrade required_status_checks jdk version URL: https://github.com/apache/eventmesh-dashboard/issues/202 -- 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 spec

[I] [Feature] Upgrade required_status_checks jdk version [eventmesh-dashboard]

2025-05-09 Thread via GitHub
Pil0tXia opened a new issue, #202: URL: https://github.com/apache/eventmesh-dashboard/issues/202 ### Search before asking - [x] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues. ### Feature Request j

Re: [I] Error even when connection was successful [eventmesh-dashboard]

2025-05-09 Thread via GitHub
Pil0tXia commented on issue #40: URL: https://github.com/apache/eventmesh-dashboard/issues/40#issuecomment-2866934112 @ColeSu-n This is because the changes in the master source code of the Runtime have not yet been synchronized with the next.js dashboard. -- This is an automated message

[I] [Feature] Support building JDK 17&21 Dashboard in CI [eventmesh-dashboard]

2025-05-09 Thread via GitHub
Pil0tXia opened a new issue, #200: URL: https://github.com/apache/eventmesh-dashboard/issues/200 ### Search before asking - [x] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues. ### Feature Request T

Re: [I] [Question] dashboard支持flow可视化吗 [eventmesh-dashboard]

2025-05-09 Thread via GitHub
Pil0tXia commented on issue #195: URL: https://github.com/apache/eventmesh-dashboard/issues/195#issuecomment-2866924400 The dashboard under the [nextjs-dashboard](https://github.com/apache/eventmesh-dashboard/tree/nextjs-dashboard) branch can manage workflows, although it currently relies

Re: [PR] fix(*): 1. 合并代码, 2. 处理格式问题 [eventmesh-dashboard]

2025-05-09 Thread via GitHub
Copilot commented on code in PR #199: URL: https://github.com/apache/eventmesh-dashboard/pull/199#discussion_r2081723582 ## eventmesh-dashboard-common/src/main/java/org/apache/eventmesh/dashboard/common/enums/ClusterTrusteeshipType.java: ## @@ -15,16 +15,123 @@ * limitations

Re: [I] [Enhancement] Remove unused RocketMQ dependencies in `List rocketmq` (eventmesh)

2025-05-08 Thread via GitHub
Pil0tXia commented on issue #4826: URL: https://github.com/apache/eventmesh/issues/4826#issuecomment-2862156801 @githubEshan Welcome -- 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 c

[I] [Question] the issue of Eventmesh Eventmesh And Workflow version [eventmesh-workflow]

2025-05-07 Thread via GitHub
small75101 opened a new issue, #21: URL: https://github.com/apache/eventmesh-workflow/issues/21 ### Search before asking - [x] I had searched in the [issues](https://github.com/apache/eventmesh-workflow/issues?q=is%3Aissue) and found no similar issues. ### Question

Re: [I] [Enhancement] Remove unused RocketMQ dependencies in `List rocketmq` (eventmesh)

2025-05-07 Thread via GitHub
github-actions[bot] commented on issue #4826: URL: https://github.com/apache/eventmesh/issues/4826#issuecomment-2859837292 It has been 90 days since the last activity on this issue. Apache EventMesh values the voices of the community. Please don't hesitate to share your latest insights on t

Re: [I] [Unit Test] Add unit test for eventmesh-connector-file module (eventmesh)

2025-04-27 Thread via GitHub
xwm1992 closed issue #4642: [Unit Test] Add unit test for eventmesh-connector-file module URL: https://github.com/apache/eventmesh/issues/4642 -- 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 spe

Re: [PR] [ISSUE #4642] unit test for FileSinkConnectorTest.java (eventmesh)

2025-04-27 Thread via GitHub
Pil0tXia commented on PR #5197: URL: https://github.com/apache/eventmesh/pull/5197#issuecomment-2833374862 I will check it later. -- 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 comm

Re: [PR] [ISSUE #4642] unit test for FileSinkConnectorTest.java (eventmesh)

2025-04-27 Thread via GitHub
Wangzy455 commented on PR #5197: URL: https://github.com/apache/eventmesh/pull/5197#issuecomment-2833377194 > I will check it later. okay -- 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 th

Re: [I] 关于event bridge数据桥接有配置例子吗,包括多个eventmesh之间通过nacos注册发现配置的例子 (eventmesh)

2025-04-23 Thread via GitHub
github-actions[bot] commented on issue #5168: URL: https://github.com/apache/eventmesh/issues/5168#issuecomment-2825183179 It has been 90 days since the last activity on this issue. Apache EventMesh values the voices of the community. Please don't hesitate to share your latest insights on t

Re: [I] [Enhancement] 能否将EventMesh进化成为统一流程引擎 (eventmesh)

2025-04-23 Thread via GitHub
github-actions[bot] commented on issue #5196: URL: https://github.com/apache/eventmesh/issues/5196#issuecomment-2823657545 Welcome to the Apache EventMesh community!! We are glad that you are contributing by opening this issue. :D Please make sure to include all the relevant context

[I] [Enhancement] 能否将EventMesh进化成为统一流程引擎 (eventmesh)

2025-04-23 Thread via GitHub
liji2003888 opened a new issue, #5196: URL: https://github.com/apache/eventmesh/issues/5196 ### Search before asking - [x] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues. ### Enhancement Request 企业

Re: [I] [Feature] Feature title (eventmesh)

2025-04-22 Thread via GitHub
github-actions[bot] commented on issue #5195: URL: https://github.com/apache/eventmesh/issues/5195#issuecomment-2821602904 Welcome to the Apache EventMesh community!! We are glad that you are contributing by opening this issue. :D Please make sure to include all the relevant context

[I] [Feature] Feature title (eventmesh)

2025-04-22 Thread via GitHub
linleisky opened a new issue, #5195: URL: https://github.com/apache/eventmesh/issues/5195 ### Search before asking - [x] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues. ### Feature Request I would

[I] [Feature] Feature title [eventmesh-workflow]

2025-04-22 Thread via GitHub
linleisky opened a new issue, #20: URL: https://github.com/apache/eventmesh-workflow/issues/20 ### Search before asking - [x] I had searched in the [issues](https://github.com/apache/eventmesh-workflow/issues?q=is%3Aissue) and found no similar issues. ### Feature Request

Re: [I] [Unit Test] Add unit test for eventmesh-connector-file module (eventmesh)

2025-04-20 Thread via GitHub
Pil0tXia commented on issue #4642: URL: https://github.com/apache/eventmesh/issues/4642#issuecomment-2817065445 @Wangzy455 Welcome to EventMesh community. -- 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 t

Re: [I] [Unit Test] Add unit test for eventmesh-connector-file module (eventmesh)

2025-04-19 Thread via GitHub
Wangzy455 commented on issue #4642: URL: https://github.com/apache/eventmesh/issues/4642#issuecomment-2816932454 Hello, I'm interested in this issue, can you assign this issue to me? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

Re: [I] [Enhancement] Move the version variables of third-party middlewares from `gradle.properties` to `build.gradle` (eventmesh)

2025-04-19 Thread via GitHub
github-actions[bot] commented on issue #5008: URL: https://github.com/apache/eventmesh/issues/5008#issuecomment-2816818743 It has been 90 days since the last activity on this issue. Apache EventMesh values the voices of the community. Please don't hesitate to share your latest insights on t

Re: [I] [Bug]Registry nacos plugin implementation according to cluster query information bugs (eventmesh)

2025-04-18 Thread via GitHub
qiaofazhan commented on issue #2237: URL: https://github.com/apache/eventmesh/issues/2237#issuecomment-2815998767 您好,邮件已收到,尽快给您回复。 -- 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 com

Re: [I] [Bug]Registry nacos plugin implementation according to cluster query information bugs (eventmesh)

2025-04-18 Thread via GitHub
github-actions[bot] commented on issue #2237: URL: https://github.com/apache/eventmesh/issues/2237#issuecomment-2815998135 It has been 90 days since the last activity on this issue. Apache EventMesh values the voices of the community. Please don't hesitate to share your latest insights on t

Re: [I] EventMesh 与 K8S 集成部署时遇到exec /bin/bash: exec format error (eventmesh)

2025-04-18 Thread via GitHub
github-actions[bot] commented on issue #5166: URL: https://github.com/apache/eventmesh/issues/5166#issuecomment-2815997086 It has been 90 days since the last activity on this issue. Apache EventMesh values the voices of the community. Please don't hesitate to share your latest insights on t

Re: [PR] Feat/service [eventmesh-dashboard]

2025-04-17 Thread via GitHub
Pil0tXia commented on code in PR #196: URL: https://github.com/apache/eventmesh-dashboard/pull/196#discussion_r2048356868 ## .mvn/wrapper/maven-wrapper.jar: ## Review Comment: Jar files should not be committed. Please exclude this file in git. ## .gitignore: ###

Re: [PR] [ISSUE #4136] change the null reference to empty object in UrlMappingPattern.java (eventmesh)

2025-04-15 Thread via GitHub
github-actions[bot] commented on PR #4846: URL: https://github.com/apache/eventmesh/pull/4846#issuecomment-2802604809 It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request,

Re: [PR] [Feature #4793] Support MQTT protocol (eventmesh)

2025-04-15 Thread via GitHub
github-actions[bot] commented on PR #4794: URL: https://github.com/apache/eventmesh/pull/4794#issuecomment-2802604950 It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request,

Re: [PR] [ISSUE #4174]Support to subscribe message by tags when using RocketMQ storage plugin. (eventmesh)

2025-04-15 Thread via GitHub
github-actions[bot] commented on PR #4175: URL: https://github.com/apache/eventmesh/pull/4175#issuecomment-2802606022 It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request,

Re: [PR] [ISSUE #4646] Add condition for transforming non-data values (eventmesh)

2025-04-15 Thread via GitHub
github-actions[bot] commented on PR #4637: URL: https://github.com/apache/eventmesh/pull/4637#issuecomment-2802605592 It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request,

Re: [PR] [ISSUE #3855] General code simplification (eventmesh)

2025-04-15 Thread via GitHub
github-actions[bot] commented on PR #3856: URL: https://github.com/apache/eventmesh/pull/3856#issuecomment-2802608902 It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request,

Re: [PR] [ISSUE #3874] Add a load balance strategy: source ip hash (eventmesh)

2025-04-14 Thread via GitHub
github-actions[bot] commented on PR #3875: URL: https://github.com/apache/eventmesh/pull/3875#issuecomment-2802608172 It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request,

Re: [PR] [ISSUE #3880] Optimize ClientSessionGroupMapping (eventmesh)

2025-04-14 Thread via GitHub
github-actions[bot] commented on PR #3881: URL: https://github.com/apache/eventmesh/pull/3881#issuecomment-2802607295 It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request,

Re: [PR] [ISSUE #3861] Not yet make full use of Polymorphism in Producer and AbstractProducer (eventmesh)

2025-04-14 Thread via GitHub
github-actions[bot] commented on PR #3867: URL: https://github.com/apache/eventmesh/pull/3867#issuecomment-2802608468 It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request,

Re: [PR] [ISSUE #3888]Optimize xml file License (eventmesh)

2025-04-14 Thread via GitHub
github-actions[bot] commented on PR #3890: URL: https://github.com/apache/eventmesh/pull/3890#issuecomment-2802606419 It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request,

Re: [PR] [ISSUE #4845] Apply dependency management to `grpcVersion` and `protobufVersion`. (eventmesh)

2025-04-14 Thread via GitHub
github-actions[bot] commented on PR #4988: URL: https://github.com/apache/eventmesh/pull/4988#issuecomment-2802604636 It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request,

Re: [PR] [ISSUE #4897] Implement retry consuming based on pulsar message middleware (eventmesh)

2025-04-14 Thread via GitHub
github-actions[bot] commented on PR #4898: URL: https://github.com/apache/eventmesh/pull/4898#issuecomment-2802604725 It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request,

Re: [PR] [ISSUE #3887] The method of verifying no exception thrown is not appropriate (eventmesh)

2025-04-14 Thread via GitHub
github-actions[bot] commented on PR #3889: URL: https://github.com/apache/eventmesh/pull/3889#issuecomment-2802606621 It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request,

Re: [PR] [ISSUE #3892] SendMessageRequestHeader, SendMessageBatchRequestHeader and SendMessageBatchV2RequestHeader have almost same body (eventmesh)

2025-04-14 Thread via GitHub
github-actions[bot] commented on PR #3893: URL: https://github.com/apache/eventmesh/pull/3893#issuecomment-2802606322 It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request,

Re: [PR] [ISSUE #3526] Optimize SubStreamHandler (eventmesh)

2025-04-14 Thread via GitHub
github-actions[bot] commented on PR #3527: URL: https://github.com/apache/eventmesh/pull/3527#issuecomment-2802609273 It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request,

Re: [PR] [WIP][ISSUE #4426] Optimize EventMesh Bridge with QUIC (eventmesh)

2025-04-14 Thread via GitHub
github-actions[bot] commented on PR #4427: URL: https://github.com/apache/eventmesh/pull/4427#issuecomment-2802605817 It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request,

Re: [PR] [ISSUE #4674] Add a run log for the ThreadPoolExecutor (eventmesh)

2025-04-14 Thread via GitHub
github-actions[bot] commented on PR #4673: URL: https://github.com/apache/eventmesh/pull/4673#issuecomment-2802605419 It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request,

Re: [PR] [ISSUE #4763] Do some code optimization.[EventMeshCommon] (eventmesh)

2025-04-14 Thread via GitHub
github-actions[bot] commented on PR #4764: URL: https://github.com/apache/eventmesh/pull/4764#issuecomment-2802605178 It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request,

Re: [PR] [ISSUE #4781]management life cycle (eventmesh)

2025-04-14 Thread via GitHub
github-actions[bot] commented on PR #4783: URL: https://github.com/apache/eventmesh/pull/4783#issuecomment-2802605056 It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request,

Re: [PR] [ISSUE #3338] Add OpenmessageGrpcProduder implemention in sdk-java (eventmesh)

2025-04-14 Thread via GitHub
github-actions[bot] commented on PR #3862: URL: https://github.com/apache/eventmesh/pull/3862#issuecomment-2802608694 It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request,

Re: [PR] [ISSUE #3877] Refactor EventMeshRecommendImpl (eventmesh)

2025-04-14 Thread via GitHub
github-actions[bot] commented on PR #3878: URL: https://github.com/apache/eventmesh/pull/3878#issuecomment-2802607817 It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request,

Re: [PR] [ISSUE #481] Use YAML file to store configuration (eventmesh)

2025-04-14 Thread via GitHub
github-actions[bot] commented on PR #3988: URL: https://github.com/apache/eventmesh/pull/3988#issuecomment-2802606195 It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request,

Re: [PR] [ISSUE #4735] SubscriptionManager enhancement (eventmesh)

2025-04-14 Thread via GitHub
github-actions[bot] commented on PR #4736: URL: https://github.com/apache/eventmesh/pull/4736#issuecomment-2802605292 It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request,

Re: [PR] add : eventmesh-retry/eventmesh-retry-kafka (eventmesh)

2025-04-14 Thread via GitHub
github-actions[bot] commented on PR #5122: URL: https://github.com/apache/eventmesh/pull/5122#issuecomment-2802604443 It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request,

Re: [PR] [ISSUE #4990] unit tests for HttpConvertsUtils.java (eventmesh)

2025-04-14 Thread via GitHub
github-actions[bot] commented on PR #5047: URL: https://github.com/apache/eventmesh/pull/5047#issuecomment-2802604519 It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request,

Re: [I] [Enhancement] AI agents and workflow (eventmesh)

2025-04-13 Thread via GitHub
HScarb commented on issue #5188: URL: https://github.com/apache/eventmesh/issues/5188#issuecomment-2800636684 > [@wangshaojie4039](https://github.com/wangshaojie4039) Good idea. If your AI agent workflow is event-driven, you can use our workflow architecture design. Currently, the workflow

Re: [I] [Unit Test] Add unit test for eventmesh-connector-file module (eventmesh)

2025-04-13 Thread via GitHub
github-actions[bot] commented on issue #4642: URL: https://github.com/apache/eventmesh/issues/4642#issuecomment-2800069497 It has been 90 days since the last activity on this issue. Apache EventMesh values the voices of the community. Please don't hesitate to share your latest insights on t

  1   2   3   4   5   6   7   8   9   10   >