[PR] [runtime && dist]Configuration and packaging modifications [rocketmq-eventbridge]
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 GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] 开源事件总线是否可以直接集成云rocketmq [rocketmq-eventbridge]
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 specific comment. To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GH] (rocketmq-eventbridge): Workflow run "License Checker" failed!
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 Report URL: https://github.com/apache/rocketmq-eventbridge/actions/runs/8401019430 With regards, GitHub Actions via GitBox
Re: [PR] [ISSUE #6269] correct delay offset when larger than max offset [rocketmq]
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 message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] [ISSUE #6269] correct delay offset when larger than max offset [rocketmq]
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 to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Feature] Implement PushConsumer for Rust SDK [rocketmq-clients]
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 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...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Native] "send heart beat to broker error" underlayError="request timeout" [rocketmq-client-go]
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 error message:time="2024-03-24T11:40:09+08:00" level=warning msg="send heart beat to broker error" underlayError="dial tcp 172.19.0.3:10911: i/o timeout" -- 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...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[I] pull mode consume history message very slow [rocketmq-client-go]
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++ { go func() { for { pull() } }() } ``` There the consume rate is very slow, every pull will block about 25s. But if modify the suspend param to false at https://github.com/apache/rocketmq-client-go/blob/f4875c1bbca66be050ec71359a8b447e0b63e743/consumer/pull_consumer.go#L445 the consume rate comes fast. -- 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...@rocketmq.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org