RockteMQ-AI commented on issue #219: URL: https://github.com/apache/rocketmq-operator/issues/219#issuecomment-5235135679
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The error `The sub command topiclist -c -n 192.168.25.11:9876 not exist` indicates the operator is invoking the mqadmin tool with an incorrect subcommand name. **Root Cause:** In the `TopicTransfer` controller, the command construction uses `topicListCmd` which resolves to `topiclist`, but the correct mqadmin subcommand is likely `topicList` (case-sensitive) or `topicClusterList`. The operator's `cons.AdminToolDir` + command concatenation produces an invalid mqadmin invocation. **Impact:** `TopicTransfer` CRD is non-functional — cannot migrate topics between clusters. **Severity:** Medium — affects the topic transfer feature specifically. --- *Automated evaluation by github-manager* -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
