[PR] [runtime && dist]Configuration and packaging modifications [rocketmq-eventbridge]

2024-03-23 Thread via GitHub
yiduwangkai opened a new pull request, #165: URL: https://github.com/apache/rocketmq-eventbridge/pull/165 1.runtime add configuration acquisition 2.modify assembly config file -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

Re: [I] 开源事件总线是否可以直接集成云rocketmq [rocketmq-eventbridge]

2024-03-23 Thread via GitHub
yiduwangkai commented on issue #152: URL: https://github.com/apache/rocketmq-eventbridge/issues/152#issuecomment-2016433826 可以直接使用开源客户端访问云上消息的 -- 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

[GH] (rocketmq-eventbridge): Workflow run "License Checker" failed!

2024-03-23 Thread GitBox
The GitHub Actions job "License Checker" on rocketmq-eventbridge.git has failed. Run started by GitHub user yiduwangkai (triggered by yiduwangkai). Head commit for run: 2117a9e27dbdb18379382271dc4f09f597ddf2c6 / wangkai 1.runtime add configuration acquisition 2.modify assembly config file Repo

Re: [PR] [ISSUE #6269] correct delay offset when larger than max offset [rocketmq]

2024-03-23 Thread via GitHub
github-actions[bot] commented on PR #6270: URL: https://github.com/apache/rocketmq/pull/6270#issuecomment-2016638678 This PR was closed because it has been inactive for 3 days since being marked as stale. -- This is an automated message from the Apache Git Service. To respond to the messa

Re: [PR] [ISSUE #6269] correct delay offset when larger than max offset [rocketmq]

2024-03-23 Thread via GitHub
github-actions[bot] closed pull request #6270: [ISSUE #6269] correct delay offset when larger than max offset URL: https://github.com/apache/rocketmq/pull/6270 -- 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

Re: [I] [Feature] Implement PushConsumer for Rust SDK [rocketmq-clients]

2024-03-23 Thread via GitHub
github-actions[bot] commented on issue #683: URL: https://github.com/apache/rocketmq-clients/issues/683#issuecomment-2016641917 This issue is stale because it has been open for 30 days with no activity. It will be closed in 3 days if no further activity occurs. -- This is an automated me

Re: [I] [Native] "send heart beat to broker error" underlayError="request timeout" [rocketmq-client-go]

2024-03-23 Thread via GitHub
bygzyz commented on issue #448: URL: https://github.com/apache/rocketmq-client-go/issues/448#issuecomment-2016684105 Got the same issue,anyone solve this problem? rocketmq server and broker run normal and i use python client send/recevie message works,but i use go client got the erro

[I] pull mode consume history message very slow [rocketmq-client-go]

2024-03-23 Thread via GitHub
UnderTreeTech opened a new issue, #1134: URL: https://github.com/apache/rocketmq-client-go/issues/1134 First I produce 1k msg to broker, then I run the examples/consumer/pull/pull.go code with minor changes (only start one goroutine to consume), just like ```go for i := 0; i < 1; i+