mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-28 21:39:02 +08:00
return the lookup results
This commit is contained in:
parent
841fafd0a8
commit
d40225ecd2
@ -34,6 +34,7 @@ func (b *MessageQueueBroker) LookupTopicBrokers(ctx context.Context, request *mq
|
||||
glog.V(0).Infof("lookup topic %s conf: %v", request.Topic, err)
|
||||
} else {
|
||||
err = b.ensureTopicActiveAssignments(t, conf)
|
||||
ret.BrokerPartitionAssignments = conf.BrokerPartitionAssignments
|
||||
}
|
||||
|
||||
return ret, err
|
||||
|
Loading…
Reference in New Issue
Block a user