remove isForPublish from LookupTopicBrokers

also adds a return parameter: whether the topic exists or not
This commit is contained in:
chrislu
2024-01-16 08:52:42 -08:00
parent 3795d8dca8
commit 34a78ffad0
7 changed files with 283 additions and 298 deletions

View File

@@ -46,7 +46,6 @@ func (c *commandMqTopicDescribe) Do(args []string, commandEnv *CommandEnv, write
Namespace: *namespace,
Name: *topicName,
},
IsForPublish: false,
})
if err != nil {
return err