mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 22:45:26 +08:00
[skip ci]Add comment for rocksmq reader (#12403)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user