This is an automated email from the ASF dual-hosted git repository.
ShannonDing 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 59a70d9b80 Update ACL mqadmin commands in Chinese doc Section 7
(#10504)
59a70d9b80 is described below
commit 59a70d9b80a348a2e3fcaa91cd0c52e1c998b308
Author: KaiQuan Chen <[email protected]>
AuthorDate: Tue Jun 16 13:55:38 2026 +0800
Update ACL mqadmin commands in Chinese doc Section 7 (#10504)
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 #10502