diff options
| author | chrislu <chris.lu@gmail.com> | 2024-01-16 08:52:42 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2024-01-16 08:52:42 -0800 |
| commit | 34a78ffad00310464a8f8731b2d31d54c19d618d (patch) | |
| tree | ad87ed9dac245ec64fea93a770d6338d787592d2 /weed/shell/command_mq_topic_desc.go | |
| parent | 3795d8dca8b1548263376057173aaac310e9fdd3 (diff) | |
| download | seaweedfs-34a78ffad00310464a8f8731b2d31d54c19d618d.tar.xz seaweedfs-34a78ffad00310464a8f8731b2d31d54c19d618d.zip | |
remove isForPublish from LookupTopicBrokers
also adds a return parameter: whether the topic exists or not
Diffstat (limited to 'weed/shell/command_mq_topic_desc.go')
| -rw-r--r-- | weed/shell/command_mq_topic_desc.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/shell/command_mq_topic_desc.go b/weed/shell/command_mq_topic_desc.go index a4bf805f9..cedad6ed4 100644 --- a/weed/shell/command_mq_topic_desc.go +++ b/weed/shell/command_mq_topic_desc.go @@ -46,7 +46,6 @@ func (c *commandMqTopicDescribe) Do(args []string, commandEnv *CommandEnv, write Namespace: *namespace, Name: *topicName, }, - IsForPublish: false, }) if err != nil { return err |
