From 34a78ffad00310464a8f8731b2d31d54c19d618d Mon Sep 17 00:00:00 2001 From: chrislu Date: Tue, 16 Jan 2024 08:52:42 -0800 Subject: remove isForPublish from LookupTopicBrokers also adds a return parameter: whether the topic exists or not --- weed/shell/command_mq_topic_desc.go | 1 - 1 file changed, 1 deletion(-) (limited to 'weed/shell') 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 -- cgit v1.2.3