add IsResourceHeavy() to command interface
This commit is contained in:
@@ -25,6 +25,10 @@ func (c *commandMqTopicList) Help() string {
|
||||
return `print out all topics`
|
||||
}
|
||||
|
||||
func (c *commandMqTopicList) IsResourceHeavy() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (c *commandMqTopicList) Do(args []string, commandEnv *CommandEnv, writer io.Writer) error {
|
||||
|
||||
brokerBalancer, err := findBrokerBalancer(commandEnv)
|
||||
|
||||
Reference in New Issue
Block a user