[GH] (rocketmq): Workflow run "Build and Run Tests by Maven" failed!

2023-11-02 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user DongyuanPan (triggered by DongyuanPan). Head commit for run: ac69160a47f817bc4ccfb2007dd6e7a4a57f8c2a / Dongyuan Pan fix unit test Report URL: https://github.com/apache/rocketmq/action

[GH] (rocketmq): Workflow run "Build and Run Tests by Maven" is working again!

2023-11-02 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has succeeded. Run started by GitHub user RongtongJin (triggered by RongtongJin). Head commit for run: 46962c262c37554ff09afe9e02c7baf66a5ecc73 / fujian-zfj <2573259...@qq.com> [ISSUE #7523] Message will flush timeout when tr

Re: [I] [Feature] Need Support JDK21!!! [rocketmq]

2023-11-02 Thread via GitHub
HappyAxin closed issue #7527: [Feature] Need Support JDK21!!! URL: https://github.com/apache/rocketmq/issues/7527 -- 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 comment. To unsubscribe

Re: [I] [Bug] rocketmq-spring自定义sendMessageHook的sendMessageAfter被执行多次 [rocketmq]

2023-11-02 Thread via GitHub
dousp commented on issue #7519: URL: https://github.com/apache/rocketmq/issues/7519#issuecomment-1790373411 > Maybe it is more appropriate to address this issue in [rocketmq-spring](https://github.com/apache/rocketmq-spring) repo. `MQClientAPIImpl` and `DefaultMQProducerImpl` belong t

[I] Does the project not verify the AccessKey at startup? [rocketmq]

2023-11-02 Thread via GitHub
zhouixi opened a new issue, #7529: URL: https://github.com/apache/rocketmq/issues/7529 ### Is Your Feature Request Related to a Problem? spring boot : ` @Bean public Consumer getCommonConsumer() { Consumer consumer; try { Properties con

[GH] (rocketmq): Workflow run "Build and Run Tests by Bazel" failed!

2023-11-02 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user miles-ton (triggered by miles-ton). Head commit for run: e5d0c08923f5dd065659d587c97105fa61c75562 / hiyo <77013030+miles-...@users.noreply.github.com> Merge branch 'apache:develop' into

[GH] (rocketmq): Workflow run "E2E test for pull request" failed!

2023-11-02 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user miles-ton (triggered by miles-ton). Head commit for run: 46962c262c37554ff09afe9e02c7baf66a5ecc73 / fujian-zfj <2573259...@qq.com> [ISSUE #7523] Message will flush timeout when transientStor

[I] 当使用 producer message.getUserProperty 存时,consumer 取出来值后面拼了一段字符串 [rocketmq]

2023-11-02 Thread via GitHub
wang007 opened a new issue, #7530: URL: https://github.com/apache/rocketmq/issues/7530 ### Before Creating the Bug Report - [X] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq/discussions). - [X] I ha

Re: [I] 对于顺序消费的疑问 [rocketmq]

2023-11-02 Thread via GitHub
your-boy commented on issue #3114: URL: https://github.com/apache/rocketmq/issues/3114#issuecomment-1790918357 > 顺序消息是单线程的,应用消费逻辑层面也要保证能够顺序消息提交 请问消费逻辑层面怎么保证能够顺序消息提交 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[I] 是否稍微提高一下可扩展性和性能,都贡献给apache了能不能看起来像源码点? [rocketmq-spring]

2023-11-02 Thread via GitHub
ChildrenGreens opened a new issue, #593: URL: https://github.com/apache/rocketmq-spring/issues/593 1. `RocketMQAutoConfiguration`不应该`@Configuration(proxyBeanMethods=false)`不使用cglib代理提高性能么? 2. `ListenerContainerConfiguration`等类中,因为是通过`@Import`导入的,类功能并不是一个配置类,所以无需加`@Configuration`注解。这种方式是不