mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 03:48:37 +08:00
[skip ci]Add comment for rocksmq reader (#12731)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>
This commit is contained in:
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
Block a user