rocketmq icon indicating copy to clipboard operation
rocketmq copied to clipboard

[Bug] mqadmin listAcl 参数拼写错误

Open zergduan opened this issue 9 months ago • 1 comments

Before Creating the Bug Report

  • [x] I found a bug, not just asking a question, which should be created in GitHub Discussions.

  • [x] I have searched the GitHub Issues and GitHub Discussions of this repository and believe that this is not a duplicate.

  • [x] I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ.

Runtime platform environment

Oracle Linux 9

RocketMQ version

Release 5.3.2

JDK Version

JDK 21

Describe the Bug

如下图,mqadmin listAcl 中 resource 缺少 s 字母

Image

Steps to Reproduce

mqadmin listAcl

What Did You Expect to See?

--resources

What Did You See Instead?

N/A

Additional Context

No response

zergduan avatar Apr 17 '25 07:04 zergduan

Based on the code implementation, deleteAcl should be wrong.

yx9o avatar Apr 20 '25 08:04 yx9o