diff options
Diffstat (limited to 'weed/mq/client/pub_client/lookup.go')
| -rw-r--r-- | weed/mq/client/pub_client/lookup.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/weed/mq/client/pub_client/lookup.go b/weed/mq/client/pub_client/lookup.go index ccc83b58d..ce65bbc92 100644 --- a/weed/mq/client/pub_client/lookup.go +++ b/weed/mq/client/pub_client/lookup.go @@ -38,7 +38,6 @@ func (p *TopicPublisher) doLookupAndConnect(brokerAddress string) error { Namespace: p.namespace, Name: p.topic, }, - IsForPublish: true, }) glog.V(0).Infof("lookup1 topic %s/%s: %v", p.namespace, p.topic, lookupResp) if p.config.CreateTopic && err != nil { @@ -58,7 +57,6 @@ func (p *TopicPublisher) doLookupAndConnect(brokerAddress string) error { Namespace: p.namespace, Name: p.topic, }, - IsForPublish: true, }) glog.V(0).Infof("lookup2 topic %s/%s: %v", p.namespace, p.topic, lookupResp) } |
