mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 10:59:32 +08:00
[skip e2e]Add comment for rmq reader (#13638)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>
This commit is contained in:
parent
4758fc242a
commit
95e06a0f57
@ -37,6 +37,7 @@ func (rr *rmqReader) Seek(id MessageID) error {
|
||||
return rr.r.Seek(msgID)
|
||||
}
|
||||
|
||||
// Close closes the rocksmq reader
|
||||
func (rr *rmqReader) Close() {
|
||||
rr.r.Close()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user