mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comment for rocksmq reader (#12403)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>pull/12426/head
parent
832b771dcd
commit
47f1f51bca
|
@ -972,6 +972,7 @@ func (rmq *rocksmq) updateAckedInfo(topicName, groupName string, ids []UniqueID)
|
|||
return nil
|
||||
}
|
||||
|
||||
// CreateReader create a reader for topic and generate reader name
|
||||
func (rmq *rocksmq) CreateReader(topicName string, startMsgID UniqueID, messageIDInclusive bool, subscriptionRolePrefix string) (string, error) {
|
||||
if rmq.isClosed() {
|
||||
return "", errors.New(RmqNotServingErrMsg)
|
||||
|
|
Loading…
Reference in New Issue