Skip to content

[ISSUE #10502] Update ACL mqadmin commands in Chinese documentation (Section 7)#10504

Open
SummCoder wants to merge 1 commit into
apache:developfrom
SummCoder:doc-fix-acl-cli-commands
Open

[ISSUE #10502] Update ACL mqadmin commands in Chinese documentation (Section 7)#10504
SummCoder wants to merge 1 commit into
apache:developfrom
SummCoder:doc-fix-acl-cli-commands

Conversation

@SummCoder

Copy link
Copy Markdown
Contributor

Fixes #10502

The five commands documented in Section 7 of the Chinese ACL user guide
no longer exist in RocketMQ 5.x. Verified on 5.5.0 — all return
"sub command not exist".

Replaced with the six actual commands available in 5.x:

  • createAcl
  • updateAcl
  • deleteAcl
  • getAcl
  • listAcl
  • copyAcl

Each command includes parameter tables and usage examples taken from
the actual mqadmin <command> -h output.

Replace five outdated commands (updateAclConfig, deleteAccessConfig,
updateGlobalWhiteAddr, clusterAclConfigVersion, getAclConfig) with
the six commands available in RocketMQ 5.5.0:

  createAcl, updateAcl, deleteAcl, getAcl, listAcl, copyAcl

Verified: all five old commands return 'sub command not exist' on
RocketMQ 5.5.0. Each new command documented with parameters and
usage examples from actual mqadmin -h output.

Fixes apache#10502

@RockteMQ-AI RockteMQ-AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review by github-manager-bot

Summary

Updates Chinese documentation for ACL mqadmin commands (Section 7) to reflect current command syntax and options.

LGTM. Documentation accuracy improvement — no code changes. 👍


Automated review by github-manager-bot

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 48.07%. Comparing base (91cb333) to head (b39d3c4).
⚠️ Report is 5 commits behind head on develop.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop   #10504      +/-   ##
=============================================
- Coverage      48.13%   48.07%   -0.07%     
+ Complexity     13355    13336      -19     
=============================================
  Files           1377     1377              
  Lines         100707   100707              
  Branches       13010    13010              
=============================================
- Hits           48477    48414      -63     
- Misses         46296    46344      +48     
- Partials        5934     5949      +15     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@SummCoder SummCoder changed the title [Doc] Update ACL mqadmin commands in Chinese documentation (Section 7) [ISSUE #10502] Update ACL mqadmin commands in Chinese documentation (Section 7) Jun 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Docs] Chinese ACL doc Section 7 lists mqadmin commands that no longer exist

4 participants