[skip ci]Add comment for rocksmq reader (#12730)

Signed-off-by: fishpenguin <kun.yu@zilliz.com>
This commit is contained in:
yukun 2021-12-03 20:31:54 +08:00 committed by GitHub
parent 3ef67c0404
commit a1ab961e49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {