Re: [PR] 解决生产者未配置namespace时,发送消息报“No route info of this topic: xxx”的问题 [rocketmq-spring]

2024-02-06 Thread via GitHub
aoshiguchen commented on PR #619: URL: https://github.com/apache/rocketmq-spring/pull/619#issuecomment-1929018005 > Do you have detailed error information? The judgment of namespance is done in rocketmq-client > > org.apache.rocketmq.common.protocol.NamespaceUtil#wrapNamespace

Re: [PR] 解决生产者未配置namespace时,发送消息报“No route info of this topic: xxx”的问题 [rocketmq-spring]

2024-02-06 Thread via GitHub
aoshiguchen commented on PR #619: URL: https://github.com/apache/rocketmq-spring/pull/619#issuecomment-1929034685 > Do you have detailed error information? The judgment of namespance is done in rocketmq-client > > org.apache.rocketmq.common.protocol.NamespaceUtil#wrapNames

[I] User pushConsumer,Reach max retry it auto consumed... [rocketmq-client-go]

2024-02-06 Thread via GitHub
majintao opened a new issue, #1129: URL: https://github.com/apache/rocketmq-client-go/issues/1129 `package rocket_mq import ( "context" "fmt" "github.com/apache/rocketmq-client-go/v2" "github.com/apache/rocketmq-client-go/v2/consumer" "github

Re: [I] Remove more system topic for getUserTopicConfig api. [rocketmq]

2024-02-06 Thread via GitHub
github-actions[bot] commented on issue #5975: URL: https://github.com/apache/rocketmq/issues/5975#issuecomment-1930989589 This issue 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. -- This is an automated message

Re: [I] Nameserver address is verified when the producer client is started [rocketmq]

2024-02-06 Thread via GitHub
github-actions[bot] commented on issue #5974: URL: https://github.com/apache/rocketmq/issues/5974#issuecomment-1930989615 This issue 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. -- This is an automated message

Re: [I] Anyone from any hosts who can access rocketmq server can get all ACL configurations [rocketmq]

2024-02-06 Thread via GitHub
github-actions[bot] commented on issue #5970: URL: https://github.com/apache/rocketmq/issues/5970#issuecomment-1930989648 This issue 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. -- This is an automated message

Re: [PR] [ISSUE #5952]Fixed repeatedly adding system topics to SYSTEM_TOPIC_SET [rocketmq]

2024-02-06 Thread via GitHub
github-actions[bot] commented on PR #5957: URL: https://github.com/apache/rocketmq/pull/5957#issuecomment-1930989671 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

Re: [I] rocketmq-client-java is not connected to docker-compose deployed rocketmq5 [rocketmq]

2024-02-06 Thread via GitHub
github-actions[bot] commented on issue #5977: URL: https://github.com/apache/rocketmq/issues/5977#issuecomment-1930989559 This issue 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. -- This is an automated message

Re: [PR] [ISSUE #5911]Remove MessageDecoder class useless attributes [rocketmq]

2024-02-06 Thread via GitHub
github-actions[bot] commented on PR #5912: URL: https://github.com/apache/rocketmq/pull/5912#issuecomment-1930989707 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

Re: [I] 在rocketmq服务端未启动的情况下,启动springboot报错 [rocketmq-spring]

2024-02-06 Thread via GitHub
panzhi33 commented on issue #620: URL: https://github.com/apache/rocketmq-spring/issues/620#issuecomment-1931090107 这个目前只能通过 consumerConnection和producerConnection(producer需要设置group)来看是否正常连接 -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] [ISSUE #536]fix: ListenerContainerConfiguration should be an automatic assembler [rocketmq-spring]

2024-02-06 Thread via GitHub
panzhi33 merged PR #537: URL: https://github.com/apache/rocketmq-spring/pull/537 -- 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, e-mail: commits-unsubscr...@roc

(rocketmq-spring) branch master updated (11da3e2 -> 361b1f7)

2024-02-06 Thread panzhi33
This is an automated email from the ASF dual-hosted git repository. panzhi33 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/rocketmq-spring.git from 11da3e2 Merge pull request #591 from percyzhang/master add a1e7b74 [ISSUE #536]fix: class ListenerCo

(rocketmq-spring) 01/01: Merge pull request #537 from lanpf/ISSUE_#536_fix

2024-02-06 Thread panzhi33
This is an automated email from the ASF dual-hosted git repository. panzhi33 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/rocketmq-spring.git commit 361b1f70ea0e880742d16f7cac5741016a584654 Merge: 11da3e2 a1e7b74 Author: panzhi AuthorDate: Wed Feb 7 10:16:57

[GH] (rocketmq-spring): Workflow run "Java CI with Maven" failed!

2024-02-06 Thread GitBox
The GitHub Actions job "Java CI with Maven" on rocketmq-spring.git has failed. Run started by GitHub user panzhi33 (triggered by panzhi33). Head commit for run: 361b1f70ea0e880742d16f7cac5741016a584654 / panzhi Merge pull request #537 from lanpf/ISSUE_#536_fix [ISSUE #536]fix: ListenerContaine

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

2024-02-06 Thread GitBox
The GitHub Actions job "Coverage" on rocketmq-spring.git has failed. Run started by GitHub user panzhi33 (triggered by panzhi33). Head commit for run: 361b1f70ea0e880742d16f7cac5741016a584654 / panzhi Merge pull request #537 from lanpf/ISSUE_#536_fix [ISSUE #536]fix: ListenerContainerConfigura

Re: [PR] [ISSUE #7813] setStartDetectorEnable Not effective [rocketmq]

2024-02-06 Thread via GitHub
RongtongJin merged PR #7825: URL: https://github.com/apache/rocketmq/pull/7825 -- 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, e-mail: commits-unsubscr...@rocke

Re: [I] [Bug] setStartDetectorEnable Not effective [rocketmq]

2024-02-06 Thread via GitHub
RongtongJin closed issue #7813: [Bug] setStartDetectorEnable Not effective URL: https://github.com/apache/rocketmq/issues/7813 -- 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. T

(rocketmq) branch develop updated: [ISSUE #7813] setStartDetectorEnable Not effective

2024-02-06 Thread jinrongtong
This is an automated email from the ASF dual-hosted git repository. jinrongtong pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/rocketmq.git The following commit(s) were added to refs/heads/develop by this push: new f525a34f61 [ISSUE #7813] setStartDetect

[GH] (rocketmq): Workflow run "PUSH-CI" failed!

2024-02-06 Thread GitBox
The GitHub Actions job "PUSH-CI" on rocketmq.git has failed. Run started by GitHub user RongtongJin (triggered by RongtongJin). Head commit for run: f525a34f6151b8ea9a91db49d3f55db636e070f8 / Lei Zhiyuan [ISSUE #7813] setStartDetectorEnable Not effective Report URL: https://github.com/apache/r