Re: [I] 当存在多个rocketmq-mqtt 网关时,用同一套RocketMQ集群,会导致多个rocketmq-mqtt 网关之间,互相notify [rocketmq-mqtt]

2023-11-23 Thread via GitHub
DongyuanPan commented on issue #219: URL: https://github.com/apache/rocketmq-mqtt/issues/219#issuecomment-1824041095 notify是通过订阅某个notify的topic实现的,可以通过给不通的mqtt集群设置不同的notify 的topic去隔离 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

Re: [I] 一直写java.lang.NullPointerException: null日志,每天产生60G日志 [rocketmq-mqtt]

2023-11-23 Thread via GitHub
DongyuanPan commented on issue #221: URL: https://github.com/apache/rocketmq-mqtt/issues/221#issuecomment-1824060110 哪个版本的? -- 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.

Re: [PR] [ISSUE #608] Fix multi erros in Rmq connect experience docs [rocketmq-site]

2023-11-23 Thread via GitHub
RongtongJin merged PR #609: URL: https://github.com/apache/rocketmq-site/pull/609 -- 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...@ro

Re: [I] 当生产者和消费者的Qos等级不同时,当前似乎没有实现降级 [rocketmq-mqtt]

2023-11-23 Thread via GitHub
leizhiyuan commented on issue #214: URL: https://github.com/apache/rocketmq-mqtt/issues/214#issuecomment-1824096837 please assign to @zzjcool -- 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 s

Re: [I] 安装配置好之后使用mqttx测试连接不上 [rocketmq-mqtt]

2023-11-23 Thread via GitHub
DongyuanPan commented on issue #216: URL: https://github.com/apache/rocketmq-mqtt/issues/216#issuecomment-1824229726 > 奥,那就是没办法用mqttx直接进行收发测试了 可以的哈,你求出加签后的密码,直接写在mqttx 上就行 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [I] 安装配置好之后使用mqttx测试连接不上 [rocketmq-mqtt]

2023-11-23 Thread via GitHub
DongyuanPan commented on issue #216: URL: https://github.com/apache/rocketmq-mqtt/issues/216#issuecomment-1824230228 > > 密码 参考示例代码,密码需要加签 connOpts.setUserName(System.getenv("username")); connOpts.setPassword(HmacSHA1Util.macSignature(clientId, System.getenv("password")).toCharArray()); >

Re: [I] [OPTIMIZATION] Change the broker default value configuration of 'useServerSideResetOffset' [rocketmq]

2023-11-23 Thread via GitHub
yp969803 commented on issue #5613: URL: https://github.com/apache/rocketmq/issues/5613#issuecomment-1824635876 /assign -- 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

[PR] [ISSUE #5613] Change the broker default value configuration of 'useSe… [rocketmq]

2023-11-23 Thread via GitHub
yp969803 opened a new pull request, #7581: URL: https://github.com/apache/rocketmq/pull/7581 …rverSideResetOffset' (#5613) ### Which Issue(s) This PR Fixes Fixes #5613 ### Brief Description Changed the broker default value configuration of 'u

Re: [PR] add switch enableTransCheckMaxTimeTopic [rocketmq]

2023-11-23 Thread via GitHub
github-actions[bot] commented on PR #5581: URL: https://github.com/apache/rocketmq/pull/5581#issuecomment-1825010310 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

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

2023-11-23 Thread GitBox
The GitHub Actions job "PR-CI" on rocketmq.git has failed. Run started by GitHub user keranbingaa (triggered by keranbingaa). Head commit for run: 298e02e8377b07461de472d209fa3cca31c43321 / keranbingaa <397294...@qq.com> add unit test for ISSUE #7534 Report URL: https://github.com/apache/rocket

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

2023-11-23 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user keranbingaa (triggered by keranbingaa). Head commit for run: 5b43387be33506e4c19df4783724d06b1dfdc062 / Zhouxiang Zhan [ISSUE #7543] Retry topic v2 in pop (#7544) * Implement pop retry top

Re: [PR] [ISSUE #7534]use a new class to replace topiclist in concurrent scene [rocketmq]

2023-11-23 Thread via GitHub
keranbingaa commented on code in PR #7559: URL: https://github.com/apache/rocketmq/pull/7559#discussion_r1403817577 ## remoting/src/main/java/org/apache/rocketmq/remoting/protocol/body/ConcurrentTopicList.java: ## @@ -0,0 +1,42 @@ +/* Review Comment: 增加了一个单元测试证明两个类在add huge

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

2023-11-23 Thread GitBox
The GitHub Actions job "Coverage" on rocketmq.git has failed. Run started by GitHub user keranbingaa (triggered by keranbingaa). Head commit for run: 298e02e8377b07461de472d209fa3cca31c43321 / keranbingaa <397294...@qq.com> add unit test for ISSUE #7534 Report URL: https://github.com/apache/roc

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

2023-11-23 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user keranbingaa (triggered by keranbingaa). Head commit for run: 298e02e8377b07461de472d209fa3cca31c43321 / keranbingaa <397294...@qq.com> add unit test for ISSUE #7534 Report URL: https://

Re: [I] 一直写java.lang.NullPointerException: null日志,每天产生60G日志 [rocketmq-mqtt]

2023-11-23 Thread via GitHub
vinnyyou commented on issue #221: URL: https://github.com/apache/rocketmq-mqtt/issues/221#issuecomment-1825072981 版本号rocketmq-4.9.7, rocketket-mqtt 1.0.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

Re: [PR] [ISSUE #7577] SlaveActingMaster Timer Message retry without escape logic [rocketmq]

2023-11-23 Thread via GitHub
RongtongJin merged PR #7578: URL: https://github.com/apache/rocketmq/pull/7578 -- 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

(rocketmq) branch develop updated: [ISSUE #7577] SlaveActingMaster Timer Message retry without escape logic (#7578)

2023-11-23 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 e955e4399c [ISSUE #7577] SlaveActingMas

Re: [I] [Bug] SlaveActingMaster Timer Message retry without escape logic [rocketmq]

2023-11-23 Thread via GitHub
RongtongJin closed issue #7577: [Bug] SlaveActingMaster Timer Message retry without escape logic URL: https://github.com/apache/rocketmq/issues/7577 -- 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 t

Re: [I] 一直写java.lang.NullPointerException: null日志,每天产生60G日志 [rocketmq-mqtt]

2023-11-23 Thread via GitHub
leizhiyuan commented on issue #221: URL: https://github.com/apache/rocketmq-mqtt/issues/221#issuecomment-1825087922 可以debug,或者arthas看一下,这个消息提 https://github.com/apache/rocketmq-mqtt/assets/2684384/8c2e818c-9bba-4e72-8b81-386b436cfa31";> 这里的分支覆盖不全,看着确实如果没有mqtt的属性,就不会设置topic,就

Re: [PR] [ISSUE #7579]Fix globalWhiteRemoteAddressStrategy cocurrent bug [rocketmq]

2023-11-23 Thread via GitHub
RongtongJin merged PR #7580: URL: https://github.com/apache/rocketmq/pull/7580 -- 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

(rocketmq) branch 4.9.x updated: [ISSUE #7579] Fix globalWhiteRemoteAddressStrategy cocurrent bug

2023-11-23 Thread jinrongtong
This is an automated email from the ASF dual-hosted git repository. jinrongtong pushed a commit to branch 4.9.x in repository https://gitbox.apache.org/repos/asf/rocketmq.git The following commit(s) were added to refs/heads/4.9.x by this push: new 3a6bf967b5 [ISSUE #7579] Fix globalWhiteRem

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

2023-11-23 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: e955e4399ceed5b5a1fbadc400883cfc5f99e726 / AYue <40812847+ayue...@users.noreply.github.com> [ISSUE #7577] SlaveActingMaster Timer Message retry wi

[GH] (rocketmq): Workflow run "Coverage" is working again!

2023-11-23 Thread GitBox
The GitHub Actions job "Coverage" on rocketmq.git has succeeded. Run started by GitHub user RongtongJin (triggered by RongtongJin). Head commit for run: e955e4399ceed5b5a1fbadc400883cfc5f99e726 / AYue <40812847+ayue...@users.noreply.github.com> [ISSUE #7577] SlaveActingMaster Timer Message retr

[GH] (rocketmq): Workflow run "Build and Run Tests by Maven" is working again!

2023-11-23 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has succeeded. Run started by GitHub user RongtongJin (triggered by RongtongJin). Head commit for run: e955e4399ceed5b5a1fbadc400883cfc5f99e726 / AYue <40812847+ayue...@users.noreply.github.com> [ISSUE #7577] SlaveActingMast

Re: [I] 安装配置好之后使用mqttx测试连接不上 [rocketmq-mqtt]

2023-11-23 Thread via GitHub
EssinZhang commented on issue #216: URL: https://github.com/apache/rocketmq-mqtt/issues/216#issuecomment-1825226277 > > 奥,那就是没办法用mqttx直接进行收发测试了 > > 可以的哈,你求出加签后的密码,直接写在mqttx 上就行 右边三种加签后的密码都试了都不行,人麻了 ![image](https://github.com/apache/rocketmq-mqtt/assets/35253559/fbc60144-43f

Re: [I] 安装配置好之后使用mqttx测试连接不上 [rocketmq-mqtt]

2023-11-23 Thread via GitHub
EssinZhang commented on issue #216: URL: https://github.com/apache/rocketmq-mqtt/issues/216#issuecomment-1825226691 > > > 密码 参考示例代码,密码需要加签 connOpts.setUserName(System.getenv("username")); connOpts.setPassword(HmacSHA1Util.macSignature(clientId, System.getenv("password")).toCharArray());