mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 11:59:00 +08:00
[skip ci]Fix golint for rocksmq (#12810)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>
This commit is contained in:
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
Block a user