Re: [I] [Enhancement] Add transaction message retry attempt for C# client Producer [rocketmq-clients]
github-actions[bot] commented on issue #876: URL: https://github.com/apache/rocketmq-clients/issues/876#issuecomment-2568552519 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
[PR] [ISSUE #4570] Use docker to start RocketMq [rocketmq]
OneCodeMonkey opened a new pull request, #9095: URL: https://github.com/apache/rocketmq/pull/9095 ### Which Issue(s) This PR Fixes Fixes [#4570](https://github.com/apache/rocketmq/issues/4570) Fixes #issue_id ### Brief Description In the README.md description, the given docker command may occur error in the volumne binding params. this is a simple but helpful fix. ### How Did You Test This Change? docker run success after it. -- 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 #4570] Use docker to start RocketMq [rocketmq]
OneCodeMonkey closed pull request #9095: [ISSUE #4570] Use docker to start RocketMq URL: https://github.com/apache/rocketmq/pull/9095 -- 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
[PR] [ISSUE #4570] fix: Docker usage may occur error in volume mapping params, simple fix [rocketmq]
OneCodeMonkey opened a new pull request, #9096: URL: https://github.com/apache/rocketmq/pull/9096 ### Which Issue(s) This PR Fixes [#4570](https://github.com/apache/rocketmq/issues/4570) Fixes #issue_id ### Brief Description Docker usage may occur error in volume mapping params, this is simple fix but works. ### How Did You Test This Change? Docker run success after fix. -- 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] Use docker to start RocketMq [rocketmq]
OneCodeMonkey commented on issue #4570: URL: https://github.com/apache/rocketmq/issues/4570#issuecomment-2567417377 Directly use `-v ` param will be fine: `docker run -it --net=host -v /tmp/store:/home/rocketmq/store --name=rocketmqBroker apache/rocketmq ./mqbroker -n localhost:9876` -- 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] [Bug] In RocketMQ, when the client producer is using a proxy proxy, the message will be sent with an exception error [rocketmq]
github-actions[bot] commented on issue #7718: URL: https://github.com/apache/rocketmq/issues/7718#issuecomment-2568543182 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 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-mqtt是否具备数据持久化的能力? [rocketmq-mqtt]
hill007299 commented on issue #310: URL: https://github.com/apache/rocketmq-mqtt/issues/310#issuecomment-2567514281 rocketmq-mqtt的存储层依赖的是RocketMQ底层的LMQ和百万级队列的功能,数据可靠性继承RocketMQ的配置。 详情看 https://rocketmq.io/learning/rocketmq_learning-gvr7dx_awbbpb_tuvfzkxpxy893asp/?spm=5176.29160081.0.0.50a9608e0ZEUPV&source=learning -- 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-mqtt是否具备数据持久化的能力? [rocketmq-mqtt]
hill007299 closed issue #310: rocketmq-mqtt是否具备数据持久化的能力? URL: https://github.com/apache/rocketmq-mqtt/issues/310 -- 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] 支持 5.x 的 docker 镜像更新下吧 [rocketmq-dashboard]
ittimeline commented on issue #225: URL: https://github.com/apache/rocketmq-dashboard/issues/225#issuecomment-2568645913 +1 -- 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] 是否支持mqtt version5.0 [rocketmq-mqtt]
hill007299 closed issue #268: 是否支持mqtt version5.0 URL: https://github.com/apache/rocketmq-mqtt/issues/268 -- 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] [Enhancement] Add new command to check async task status in broker [rocketmq]
qianye1001 opened a new issue, #9097: URL: https://github.com/apache/rocketmq/issues/9097 ### Before Creating the Enhancement Request - [X] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Summary Add new command to check async task status in broker ### Motivation Currently, when executing broker admin asynchronous tasks , User can only check task status by viewing logs, which is very unfriendly. Therefore, we hope to add a RemotingCommand to support querying the status of asynchronous tasks. The current asynchronous task is: checkRocksdbCqWriteProgress ### Describe the Solution You'd Like add a RemotingCommand to support querying the status of asynchronous tasks. ### Describe Alternatives You've Considered using a little memory ### Additional Context _No response_ -- 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