mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix golint for rocksmq (#12810)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>pull/12815/head
parent
6320f92f9d
commit
00f42b7e3e
|
@ -717,7 +717,7 @@ func (rmq *rocksmq) seek(topicName string, groupName string, msgID UniqueID) err
|
|||
key := constructCurrentID(topicName, groupName)
|
||||
if !rmq.checkKeyExist(key) {
|
||||
log.Warn("RocksMQ: channel " + key + " not exists")
|
||||
return fmt.Errorf("ConsumerGroup %s, channel %s not exists", groupName, topicName)
|
||||
return fmt.Errorf("consumerGroup %s, channel %s not exists", groupName, topicName)
|
||||
}
|
||||
storeKey, err := combKey(topicName, msgID)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue