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

### 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 At present, RecordPosition contains the offset information of ConnectorRecord. In...

enhancement
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. ### Enhancement Request Every utility class should be refactored with `@UtilityClass` annotation as...

enhancement
good first issue
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
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. ### Environment Linux ### EventMesh version Other ### What happened In the previous...

bug
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. ### Question 我想搭建一个evenemesh集群,用nginx作为负载均衡,应用系统集成eventmesh-sdk,访问nginx,连到eventmesh。这个是是否能做到,推荐的部署结构是什么? 我希望evenemesh每个节点是无状态的,不管应用系统通过nginx连到哪个节点上,都能流畅的使用http tcp grpc 消费消息。重启应用服务,或者重启eventmesh 不会造成消息丢失。 我试了用rabbitmq作为存储,是不能达到这个效果的,因为rabbitmq-client.properties中,只能配一个队列。如果集群中任何一个eventmesh消费了消息,其他的eventmesh是无法接收该消息了,自然也无法返回给应用系统。比如应用通过nginx连到eventmesh节点1上,节点1消费了消息,节点2的evenmesh就无法收到该消 , 就无法推给连节点2上的应用系统。 上面的效果是否能做到?使用哪种部署结构能搞定?

question
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. ### Question 各位前辈,我有以下2个触发需求点。在文档中我没有找到合适的内容,有对应的视频信息和文档吗? 1.如何定义及注册AsyncApi和serverless 2.如何触发定义好的serverless workflow 3.我的业务场景是api请求流程化: 第一步:通过http请求的方式请求 A 服务 第二步:根据第一步的响应信息进行判断去触发HTTP请求B服务或者C服务

question
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. ### Environment Linux ### EventMesh version master ### What happened i download apache-eventmesh-1.9.0-bin.tar.gz...

bug
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. ### Documentation Related This issue is used to record and summarize the application...

documentation
Stale

Fixes https://github.com/apache/eventmesh/issues/5092 Motivation Increase test coverage Modifications Added new tests for EtcdCustomService.java located eventmesh-meta/eventmesh-meta-etcd/src/main/java/org/apache/eventmesh/meta/etcd/service/[EtcdCustomService](https://github.com/apache/eventmesh/blob/master/eventmesh-meta/eventmesh-meta-etcd/src/main/java/org/apache/eventmesh/meta/etcd/service/EtcdCustomService.java).java Documentation Does this pull request introduce a new feature? (no) If yes, how is the feature...

Bumps `log4jVersion` from 2.23.1 to 2.24.1. Updates `org.apache.logging.log4j:log4j-api` from 2.23.1 to 2.24.1 Updates `org.apache.logging.log4j:log4j-core` from 2.23.1 to 2.24.1 Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.23.1 to 2.24.1 Dependabot will resolve any conflicts with...

dependencies
java