mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-11-08 18:04:46 +08:00
remove isForPublish from LookupTopicBrokers
also adds a return parameter: whether the topic exists or not
This commit is contained in:
@@ -46,7 +46,6 @@ func (c *commandMqTopicDescribe) Do(args []string, commandEnv *CommandEnv, write
|
||||
Namespace: *namespace,
|
||||
Name: *topicName,
|
||||
},
|
||||
IsForPublish: false,
|
||||
})
|
||||
if err != nil {
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user