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

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

View File

@ -1067,6 +1067,7 @@ func (rmq *rocksmq) HasNext(topicName string, readerName string, messageIDInclus
return reader.HasNext(messageIDInclusive)
}
// CloseReader close a reader
func (rmq *rocksmq) CloseReader(topicName string, readerName string) {
if rmq.isClosed() {
return