Re: [I] Dose this lib support aliyun rocketmq? [rocketmq-client-go]

2025-03-05 Thread via GitHub
wujuan-glit commented on issue #569: URL: https://github.com/apache/rocketmq-client-go/issues/569#issuecomment-2702945979 > 加了这行后,好了。 > > ``` > producer.WithNamespace("实例 ID"), > ``` > > 不能理解这个操作。😳 > > 难道不应该是:WithInstanceId("x") 为什么加

[GH] (rocketmq-spring): Workflow run "Coverage" failed!

2025-03-05 Thread GitBox
The GitHub Actions job "Coverage" on rocketmq-spring.git has failed. Run started by GitHub user francisoliverlee (triggered by francisoliverlee). Head commit for run: 30c47b95608880fa4b33ab681b3ac9b25f1ce4b6 / tiger fix broker check error when delay time =0 Report URL: https://github.com/apach

[I] Prepare to release Apache RocketMQ 5.3.2 [rocketmq]

2025-03-05 Thread via GitHub
lizhimins opened a new issue, #9227: URL: https://github.com/apache/rocketmq/issues/9227 ### Is Your Feature Request Related to a Problem? Prepare to release Apache RocketMQ 5.3.2 ### Describe the Solution You'd Like Prepare to release Apache RocketMQ 5.3.2 ### Des

Re: [I] Dose this lib support aliyun rocketmq? [rocketmq-client-go]

2025-03-05 Thread via GitHub
wujuan-glit commented on issue #569: URL: https://github.com/apache/rocketmq-client-go/issues/569#issuecomment-2702938473 > 加了这行后,好了。 > > ``` > producer.WithNamespace("实例 ID"), > ``` > > 不能理解这个操作。😳 > > 难道不应该是:WithInstanceId("x") 为什么我

Re: [PR] [ISSUE #9227] Prepare to release Apache RocketMQ 5.3.2 [rocketmq]

2025-03-05 Thread via GitHub
codecov-commenter commented on PR #9228: URL: https://github.com/apache/rocketmq/pull/9228#issuecomment-2702696458 ## [Codecov](https://app.codecov.io/gh/apache/rocketmq/pull/9228?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comment

Re: [PR] [RIP-74] Rocketmq-flink dynamic load balancing [rocketmq-flink]

2025-03-05 Thread via GitHub
lizhimins commented on code in PR #126: URL: https://github.com/apache/rocketmq-flink/pull/126#discussion_r1982645357 ## src/main/java/org/apache/flink/connector/rocketmq/source/reader/RocketMQSplitReader.java: ## @@ -103,13 +115,26 @@ public RocketMQSplitReader( @Overrid

[PR] [ISSUE #9227] Prepare to release Apache RocketMQ 5.3.2 [rocketmq]

2025-03-05 Thread via GitHub
lizhimins opened a new pull request, #9228: URL: https://github.com/apache/rocketmq/pull/9228 ### Which Issue(s) This PR Fixes Fixes #9227 ### Brief Description ### How Did You Test This Change? -- This is an automated message from the Apach

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

2025-03-05 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user lizhimins (triggered by lizhimins). Head commit for run: f6e16b588c2a3d7e80c3cb325e3cd3999b1dc4e6 / lizhimins <707364...@qq.com> [ISSUE #9227] Prepare to release Apache RocketMQ 5.3.2 R

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

2025-03-05 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user lizhimins (triggered by github-actions[bot]). Head commit for run: f6e16b588c2a3d7e80c3cb325e3cd3999b1dc4e6 / lizhimins <707364...@qq.com> [ISSUE #9227] Prepare to release Apache RocketM

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

2025-03-05 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user lizhimins (triggered by lizhimins). Head commit for run: 343ed4ff468debed8cbb766af0d0906b697facc4 / hqbfz <125714719+3424672...@users.noreply.github.com> [ISSUE #8127] Optimize the metric c

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

2025-03-05 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user lizhimins (triggered by github-actions[bot]). Head commit for run: f6e16b588c2a3d7e80c3cb325e3cd3999b1dc4e6 / lizhimins <707364...@qq.com> [ISSUE #9227] Prepare to release Apache RocketM

Re: [PR] [Enhancement] Load balancing cache in POP consumption mode [rocketmq]

2025-03-05 Thread via GitHub
YoWuwuuuw commented on code in PR #9131: URL: https://github.com/apache/rocketmq/pull/9131#discussion_r1981021126 ## broker/src/main/java/org/apache/rocketmq/broker/processor/PopRebalanceCacheManager.java: ## @@ -0,0 +1,79 @@ +package org.apache.rocketmq.broker.processor; + +imp

[PR] Add test to test the exception branch [rocketmq]

2025-03-05 Thread via GitHub
Mia0451 opened a new pull request, #9226: URL: https://github.com/apache/rocketmq/pull/9226 Add test to increase test coverage -- 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] Remove Google & Baidu Analytics from the RocketMQ Website [rocketmq-site]

2025-03-05 Thread via GitHub
niallkp commented on issue #707: URL: https://github.com/apache/rocketmq-site/issues/707#issuecomment-2699900476 Thank you @francisoliverlee - much appreceiated! -- 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] GH-945 Fixes issue to restore it on .NET 6 & 8 [rocketmq-clients]

2025-03-05 Thread via GitHub
lillo42 commented on code in PR #946: URL: https://github.com/apache/rocketmq-clients/pull/946#discussion_r1981348908 ## csharp/rocketmq-client-csharp/Tasks/LimitedConcurrencyLevelTaskScheduler.cs: ## @@ -0,0 +1,141 @@ +//

Re: [PR] Fix start() and shutdown() of DefaultMessagingProcessor [rocketmq]

2025-03-05 Thread via GitHub
github-actions[bot] commented on PR #7838: URL: https://github.com/apache/rocketmq/pull/7838#issuecomment-2702367865 This PR is stale because it has been open for 365 days with no activity. It will be closed in 3 days if no further activity occurs. If you wish not to mark it as stale, pleas