mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e]Add comment for rmq reader (#13624)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>
This commit is contained in:
parent
83ef9a9ba1
commit
ee2027be87
@ -32,6 +32,7 @@ func (rr *rmqReader) HasNext() bool {
|
||||
return rr.r.HasNext()
|
||||
}
|
||||
|
||||
// Seek seeks the reader position to id
|
||||
func (rr *rmqReader) Seek(id MessageID) error {
|
||||
msgID := id.(*rmqID).messageID
|
||||
return rr.r.Seek(msgID)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user