[skip e2e]Add comment for rmq reader (#13638)

Signed-off-by: fishpenguin <kun.yu@zilliz.com>
This commit is contained in:
yukun 2021-12-20 15:41:01 +08:00 committed by GitHub
parent 4758fc242a
commit 95e06a0f57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()
}