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 (#13012)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>
This commit is contained in:
parent
3a36aee223
commit
0f387871c1
@ -79,6 +79,7 @@ func (r *reader) Close() {
|
||||
r.c.server.CloseReader(r.topic, r.name)
|
||||
}
|
||||
|
||||
// Seek seek the reader to the position of message id
|
||||
func (r *reader) Seek(msgID UniqueID) error { //nolint:govet
|
||||
r.c.server.ReaderSeek(r.topic, r.name, msgID)
|
||||
return nil
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user