mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comment for rocksmq reader (#12731)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>pull/12735/head
parent
a1ab961e49
commit
5702494efe
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue