apache / rocketmq-operator

Apache RocketMQ Operator
https://rocketmq.apache.org/
Apache License 2.0
308 stars 126 forks source link

[ISSUE #219] create topictransfer encounter Failed to list topic with output: The sub command topiclist -c -n 192.168.25.11:9876 not exist. #220

Open victorgkang opened 3 months ago

victorgkang commented 3 months ago

What is the purpose of the change

fix topictransfer execute mqadmin cmd encounter bug

I guess under code has bug!!! cmd := exec.Command(cons.BasicCommand, cons.AdminToolDir, topicListCmd) So, I changed above code;