未验证 提交 c05ed4c3 编写于 作者: Y yukun 提交者: GitHub

[skip ci]Add rmq_imple seek comments (#11273)

Signed-off-by: Nfishpenguin <kun.yu@zilliz.com>
上级 872f6f8a
......@@ -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()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册