Results 22 issues of mike_xwm

Welcome to participate bello tasks: - [ ] [Easy to fix]https://github.com/apache/incubator-eventmesh/issues/579 - [ ] [Feature]https://github.com/apache/incubator-eventmesh/issues/417 - [ ] [Feature]https://github.com/apache/incubator-eventmesh/issues/553 - [ ] [Feature]https://github.com/apache/incubator-eventmesh/issues/676 - [ ] [Feature]https://github.com/apache/incubator-eventmesh/issues/577 or you can...

improvement
kind

sink connector单实例与多实例重复消费问题: 1.单实例重复消费 【现象】 - 目前设计是每次runtime启动后消费组名称改变,导致每次启动实例pushConsumer 从offsetTopic上拉取的消息是从0位置开始拉取的,同时拉取到的值会持久化到本地文件,持久化周期是10s,当再次启动后会优先使用本地持久化的offset - 上述情况就导致了如果某次启动未消费到最新的位置,本地的持久化文件内容就会被改为旧的位置,再次启动就会重复消费 【操作】 - 目前是暂时将消费组设置不变,每次启动后不会出现从0消费现象 【遗留问题】 - 当我在未持久化时异常停机,再次启动会导致有10s的消息重复消费的现象 2.多实例重复消费 【现象】 - 多消费组问题,不同的实例是不同的消费组,导致的问题与上面从0位置消费一致,同时由于是多实例同时监听offsetTopic会导致各自的本地持久化文件内容错乱 - 持久化周期问题,若某个实例在持久化的周期内挂掉,这就导致其他实例负载均衡后再去拉取消息是从上次持久化的时间点位置拉取的消息

### 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 Add the StorageProducer under the connector-storage, which implements the connector-api....

feature

### 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 Add the StorageConsumer under the connector-storage which implements the connector-api....

feature

### 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 For eventmesh can connect multiple storages, we need to abstract...

feature

# Apache EventMesh 贡献指南 欢迎来到开源摘星计划-Apache EventMesh贡献专栏 。Apache EventMesh已加入开源摘星计划,该计划提供奖励以鼓励你加入我们的社区:所有参与本项目贡献的开发者都可获得相应贡献积分、奖励以及被评选为年度摘星100 人的机会,活动及奖励详情请见:[开源摘星计划](https://github.com/weopenprojects/WeOpen-Star)。 📅活动时间:2022年5月-12月 ## 🌟关于 Apache EventMesh Apache EventMesh是一款以事件驱动为核心的分布式服务运行时,通过动态的插件式云原生基础服务层,将应用程序和中间件层分离,并提供了灵活,可靠和快速的事件分发和处理能力,同时可以对事件进行管理,,可以作为应用进程的连接层,提供其所需的全套应用进程间通信模式。 ### **以下是项目可参与的方向:** 1. 我们列出了适合首次加入 Apache EventMesh 社区的贡献者的问题、适合对项目有足够了解的贡献者的特殊 issue 挑战(参见下面的列表)以及一些社区日常任务。如果你愿意解决,请点击该 issue 并在评论区留言“WeOpen Star”(日常及其他任务无需此操作)。提交 PR 时,请同时将...

help wanted

### 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 EventMesh currently has Eventing capabilities in the serverless field, but...

feature
GSoC
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. ### Feature Request We can implement milvus source/sink connector in eventmesh-connectors module. ###...

help wanted
feature
WIP

### 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 EventMesh can be the log broker for the milvus, eventmesh...

help wanted
feature
WIP