[I] admin and pull consumer missing set Credentials for nameserver [rocketmq-client-go]

2024-04-08 Thread via GitHub
absolute8511 opened a new issue, #1136: URL: https://github.com/apache/rocketmq-client-go/issues/1136 The issue tracker is **ONLY** used for the go client (feature request of RocketMQ need to follow [RIP process](https://github.com/apache/rocketmq/wiki/RocketMQ-Improvement-Proposal)). Keep

[PR] [ISSUE #1136]should also set Credentials for nameserver in admin and pull consumer [rocketmq-client-go]

2024-04-08 Thread via GitHub
absolute8511 opened a new pull request, #1137: URL: https://github.com/apache/rocketmq-client-go/pull/1137 ## What is the purpose of the change Like the producer and push consumer, should also set Credentials for nameserver in admin and pull consumer. fix #1136 ## Brief ch

[PR] 解决非标准的gzip压缩 [rocketmq-clients]

2024-04-08 Thread via GitHub
chendong0120 opened a new pull request, #722: URL: https://github.com/apache/rocketmq-clients/pull/722 解决非标准的gzip格式问题 在body_encoding == gzip 时, 使用了deflate压缩, 没有使用标准的gzip压缩, 故做了兼容, 防伪未来服务端修复这个bug -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [I] [Bug] rocketmq-clients/golang与rocketmq-clients/java对数据解压的实现方式不一致导致gzip解压数据出错 [rocketmq-clients]

2024-04-08 Thread via GitHub
chendong0120 commented on issue #667: URL: https://github.com/apache/rocketmq-clients/issues/667#issuecomment-2042077740 兄弟你的问题应该和我一样, 可以看一下 这个提交 https://github.com/apache/rocketmq-clients/pull/722 -- This is an automated message from the Apache Git Service. To respond to the message, ple

[I] 当判断 isInMem 为false时,只能拉倒maxTransferCountOnMessageInDisk条,不满足32条。导致不会继续生成PullEvent,不拉取新消息,消息丢失。 [rocketmq-mqtt]

2024-04-08 Thread via GitHub
lzkisok opened a new issue, #255: URL: https://github.com/apache/rocketmq-mqtt/issues/255 ![image](https://github.com/apache/rocketmq-mqtt/assets/24490175/0b271d4f-7e59-4e48-b980-e1e38ceda06f) 当判断 isInMem 为false时,只能拉倒maxTransferCountOnMessageInDisk条,maxTransferCountOnMessageInDisk默认为

Re: [I] 当判断 isInMem 为false时,只能拉到maxTransferCountOnMessageInDisk条,不满足32条。导致不会继续生成PullEvent,不拉取新消息,消息丢失。 [rocketmq-mqtt]

2024-04-08 Thread via GitHub
lzkisok commented on issue #255: URL: https://github.com/apache/rocketmq-mqtt/issues/255#issuecomment-2042119106 当isInMem 为true,受到MaxTransferBytesOnMessageInMemory的限制,可能导致一次无法拉满32条。 当isInMem为false,受到MaxTransferBytesOnMessageInDisk和MaxTransferCountOnMessageInDisk的限制,无法拉满32条。 -- This

[I] When the master node of RocketMQ 5.X version crashes, scheduled messages cannot be delivered normally [rocketmq]

2024-04-08 Thread via GitHub
sqtce opened a new issue, #8006: URL: https://github.com/apache/rocketmq/issues/8006 ### Before Creating the Bug Report - [X] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq/discussions). - [X] I have

[I] 库贡献者们,rocketmq-client-nodejs是真的有测试通过后发布的吗 [rocketmq-clients]

2024-04-08 Thread via GitHub
Luwei199169 opened a new issue, #723: URL: https://github.com/apache/rocketmq-clients/issues/723 ### Before Creating the Bug Report - [X] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq-clients/discussions).

Re: [I] When the master node of RocketMQ 5.1.4 version crashes, scheduled messages cannot be delivered normally [rocketmq]

2024-04-08 Thread via GitHub
RongtongJin commented on issue #8006: URL: https://github.com/apache/rocketmq/issues/8006#issuecomment-2042288903 If there is no switch, the master broker will be offline, and the slave broker will not be able to deliver schedule messages normally. -- This is an automated message from the

Re: [PR] [ISSUE #6541] Add remaining readable check when checkMessageAndReturn… [rocketmq]

2024-04-08 Thread via GitHub
github-actions[bot] commented on PR #6542: URL: https://github.com/apache/rocketmq/pull/6542#issuecomment-2043914009 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 #6541] Add remaining readable check when checkMessageAndReturn… [rocketmq]

2024-04-08 Thread via GitHub
github-actions[bot] closed pull request #6542: [ISSUE #6541] Add remaining readable check when checkMessageAndReturn… URL: https://github.com/apache/rocketmq/pull/6542 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [I] back-incompatible the RequestCode(`REGISTER_TOPIC_IN_NAMESRV`) with `217` value [rocketmq]

2024-04-08 Thread via GitHub
github-actions[bot] commented on issue #5768: URL: https://github.com/apache/rocketmq/issues/5768#issuecomment-2043914120 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] [Bug] rocketmq5.x版本cpp grpc客户端,producer发送消息,配置rocketmq集群中的所有proxy地址,发送消息始终都只发到一台broker [rocketmq-clients]

2024-04-08 Thread via GitHub
41405465 commented on issue #713: URL: https://github.com/apache/rocketmq-clients/issues/713#issuecomment-2043954172 > Thanks for your feedback. I would look into this issue soon. 问题还没处理 -- This is an automated message from the Apache Git Service. To respond to the message, please

[GH] (rocketmq-clients): Workflow run "Build" failed!

2024-04-08 Thread GitBox
The GitHub Actions job "Build" on rocketmq-clients.git has failed. Run started by GitHub user chendong0120 (triggered by aaron-ai). Head commit for run: dd732993427b434dc1677c6adbdf2e638a046e0b / kevinchen 解决非标准的gzip压缩 解决非标准的gzip格式 在body_encoding == gzip 时, 使用了deflate压缩, 没有使用标准的gzip压缩, 故做了兼容,

Re: [I] [Bug] loop error of FlowMonitor in broker.log [rocketmq]

2024-04-08 Thread via GitHub
zzz0615 commented on issue #7839: URL: https://github.com/apache/rocketmq/issues/7839#issuecomment-2044054097 I also encountered the same problem, how did you solve it? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

Re: [I] When the master node of RocketMQ 5.1.4 version crashes, scheduled messages cannot be delivered normally [rocketmq]

2024-04-08 Thread via GitHub
sqtce commented on issue #8006: URL: https://github.com/apache/rocketmq/issues/8006#issuecomment-2044060674 My deployment architecture is master-slave mode. After the master node goes down, what solutions are available in master-slave mode to enable the slave to continue sending scheduled m

(rocketmq-docker) branch master updated: [ISSUE #104] Add helm templates for rocketmq-controller

2024-04-08 Thread jinrongtong
This is an automated email from the ASF dual-hosted git repository. jinrongtong pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/rocketmq-docker.git The following commit(s) were added to refs/heads/master by this push: new e115424 [ISSUE #104] Add helm tem

(rocketmq-site) branch new-official-website updated: docs: fix English docs (#629)

2024-04-08 Thread jinrongtong
This is an automated email from the ASF dual-hosted git repository. jinrongtong pushed a commit to branch new-official-website in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git The following commit(s) were added to refs/heads/new-official-website by this push: new 7a8039b

Re: [PR] docs: fix English docs [rocketmq-site]

2024-04-08 Thread via GitHub
RongtongJin merged PR #629: URL: https://github.com/apache/rocketmq-site/pull/629 -- 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