mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Add comment for rocksmq reader (#12730)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>
This commit is contained in:
parent
3ef67c0404
commit
a1ab961e49
@ -35,6 +35,7 @@ type rocksmqReader struct {
|
||||
readerMutex chan struct{}
|
||||
}
|
||||
|
||||
//Seek seek the rocksmq reader to the pointed position
|
||||
func (rr *rocksmqReader) Seek(msgID UniqueID) { //nolint:govet
|
||||
rr.currentID = msgID
|
||||
select {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user