keranbingaa commented on issue #7418:
URL: https://github.com/apache/rocketmq/issues/7418#issuecomment-1794463896
这个就是无法删除为空文件导致的,应该和[ISSUE
7406](https://github.com/apache/rocketmq/issues/7406)是同一个问题
--
This is an automated message from the Apache Git Service.
To respond to the message, p
redlsz opened a new issue, #7540:
URL: https://github.com/apache/rocketmq/issues/7540
### 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 hav
redlsz opened a new pull request, #7541:
URL: https://github.com/apache/rocketmq/pull/7541
### Which Issue(s) This PR Fixes
Fixes #7540
### Brief Description
Check the cleanup policy of the topic when processing offset query request
in message store.
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has
failed.
Run started by GitHub user redlsz (triggered by redlsz).
Head commit for run:
7501bb5b19c636360ccf66116bd7f03b897b015b / redlsz
Fix query compaction topic offset
Report URL: https://github.com/apache/rocketmq/ac
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed.
Run started by GitHub user redlsz (triggered by redlsz).
Head commit for run:
00965d8c11833237d5c9cd925664a1c456493cee / lk
[ISSUE #7531] Clear POP_CK when sending messages (#7532)
Report URL: https://github.com/apa
The GitHub Actions job "Coverage" on rocketmq.git has succeeded.
Run started by GitHub user redlsz (triggered by redlsz).
Head commit for run:
7501bb5b19c636360ccf66116bd7f03b897b015b / redlsz
Fix query compaction topic offset
Report URL: https://github.com/apache/rocketmq/actions/runs/6771225
codecov-commenter commented on PR #7541:
URL: https://github.com/apache/rocketmq/pull/7541#issuecomment-1794846052
##
[Codecov](https://app.codecov.io/gh/apache/rocketmq/pull/7541?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
redlsz commented on PR #7541:
URL: https://github.com/apache/rocketmq/pull/7541#issuecomment-1794846784
@ltamber PTAL
--
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 uns
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has
succeeded.
Run started by GitHub user redlsz (triggered by redlsz).
Head commit for run:
7501bb5b19c636360ccf66116bd7f03b897b015b / redlsz
Fix query compaction topic offset
Report URL: https://github.com/apache/rocketmq
github-actions[bot] closed issue #5441: A queue is not consumed
URL: https://github.com/apache/rocketmq/issues/5441
--
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 unsubscri
github-actions[bot] commented on issue #5441:
URL: https://github.com/apache/rocketmq/issues/5441#issuecomment-1797060944
This issue 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 t
MacCrying opened a new issue, #7542:
URL: https://github.com/apache/rocketmq/issues/7542
### Search before creation
- [X] I had searched in the
[issues](https://github.com/apache/rocketmq/issues) and found no similar issues.
### Documentation Related
有对nameserver进行权限
snailair commented on issue #1609:
URL: https://github.com/apache/rocketmq/issues/1609#issuecomment-1797716038
我们也是,4.9.6,dleger集群3节点,修改了配置,其中一个节点死活起不来,删掉这两个文件就启动成功了
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
HappyAxin commented on issue #7239:
URL: https://github.com/apache/rocketmq/issues/7239#issuecomment-1797718727
@francisoliverlee
--
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 com
drpmma commented on issue #7542:
URL: https://github.com/apache/rocketmq/issues/7542#issuecomment-1797915744
目前没有,不过可以考虑把Broker的ACL移植过去,而且确实也有必要对namesrv进行权限控制
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
DongyuanPan commented on issue #216:
URL: https://github.com/apache/rocketmq-mqtt/issues/216#issuecomment-1797919052
密码
参考示例代码,密码需要加签
connOpts.setUserName(System.getenv("username"));
connOpts.setPassword(HmacSHA1Util.macSignature(clientId,
System.getenv("password")).toCharArray(
DongyuanPan commented on issue #216:
URL: https://github.com/apache/rocketmq-mqtt/issues/216#issuecomment-1797918861
> 密码
参考示例代码,密码需要加签
connOpts.setUserName(System.getenv("username"));
connOpts.setPassword(HmacSHA1Util.macSignature(clientId,
System.getenv("password")
EssinZhang commented on issue #216:
URL: https://github.com/apache/rocketmq-mqtt/issues/216#issuecomment-1797931710
奥,那就是没办法用mqttx直接进行收发测试了
--
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 spe
EssinZhang closed issue #216: 安装配置好之后使用mqttx测试连接不上
URL: https://github.com/apache/rocketmq-mqtt/issues/216
--
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-mai
drpmma opened a new issue, #7543:
URL: https://github.com/apache/rocketmq/issues/7543
### Before Creating the Enhancement Request
- [X] I have confirmed that this should be classified as an enhancement
rather than a bug/feature.
### Summary
目前在pop机制中使用的retry topic的格式
drpmma opened a new pull request, #7544:
URL: https://github.com/apache/rocketmq/pull/7544
### Which Issue(s) This PR Fixes
Fixes #7543
### Brief Description
Use new retry topic to solve pop retry topic message notification and split
group from retry topi
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has
failed.
Run started by GitHub user drpmma (triggered by drpmma).
Head commit for run:
84d58172577a750d175f6accc93de76654e43010 / zhouxiang
add parse group
Report URL: https://github.com/apache/rocketmq/actions/runs/678
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed.
Run started by GitHub user drpmma (triggered by drpmma).
Head commit for run:
00965d8c11833237d5c9cd925664a1c456493cee / lk
[ISSUE #7531] Clear POP_CK when sending messages (#7532)
Report URL: https://github.com/apa
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has
failed.
Run started by GitHub user drpmma (triggered by drpmma).
Head commit for run:
84d58172577a750d175f6accc93de76654e43010 / zhouxiang
add parse group
Report URL: https://github.com/apache/rocketmq/actions/runs/678
24 matches
Mail list logo