mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-05 18:31:59 +08:00
[skip ci]Add rmq_imple seek comments (#11273)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>
This commit is contained in:
parent
872f6f8a04
commit
c05ed4c365
@ -648,6 +648,7 @@ func (rmq *rocksmq) Consume(topicName string, groupName string, n int) ([]Consum
|
||||
return consumerMessage, nil
|
||||
}
|
||||
|
||||
// seek is used for internal call without the topicMu
|
||||
func (rmq *rocksmq) seek(topicName string, groupName string, msgID UniqueID) error {
|
||||
rmq.storeMu.Lock()
|
||||
defer rmq.storeMu.Unlock()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user