eventmesh icon indicating copy to clipboard operation
eventmesh copied to clipboard

EventMesh is a new generation serverless event middleware for building distributed event-driven applications.

Results 428 eventmesh issues
Sort by recently updated
recently updated
newest added

### Motivation *I just want to add the retry module of Kafka named eventmesh-retry-kafka.* ### Modifications *Add a new module named eventmesh-retry-kafka in eventmesh-retry .* ### Documentation - Does this...

Stale

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues. ### Read the unit testing guidelines - [X] I have read. ### Unit...

good first issue
testing

Bumps [io.etcd:jetcd-core](https://github.com/etcd-io/jetcd) from 0.3.0 to 0.8.3. Release notes Sourced from io.etcd:jetcd-core's releases. jetcd-0.8.3 What's Changed build(deps): bump com.google.guava:guava from 33.2.0-jre to 33.2.1-jre by @​dependabot in etcd-io/jetcd#1369 build(deps): bump errorprone from...

dependencies
java

Bumps org.locationtech.jts:jts-core from 1.19.0 to 1.20.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.locationtech.jts:jts-core&package-manager=gradle&previous-version=1.19.0&new-version=1.20.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies
java

Fixes https://github.com/apache/eventmesh/issues/4991 Motivation Increase test coverage Modifications Added new tests for LogUtil.java located https://github.com/apache/eventmesh/blob/master/eventmesh-common/src/main/java/org/apache/eventmesh/common/utils/LogUtilTest.java Documentation Does this pull request introduce a new feature? (no) If yes, how is the feature...

Fixes #5108 ### Motivation To adapt to the V2 architecture, the EventMeshFunction section needs to be upgraded and transformed. This includes redefining EventMeshFunction, making adaptive modifications to the existing filter...

### 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 To adapt to the V2 architecture, the EventMeshFunction section needs...

feature

I noticed you have opened issues labeled `help wanted`. I recommend enhancing the README to make the call for new contributors more prominent. ### Changes Made: 1. **Shields:** Added Shields.io...

Stale

Fixes #5105 ### Motivation Due to the lack of communication between the retry callback and the response callback mechanism, the result after a retry failure is not handled correctly. ###...

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues. ### Environment Mac ### EventMesh version master ### What happened Due to the...

bug