未验证 提交 55c615b4 编写于 作者: Y yukun 提交者: GitHub

[skip ci]Add comments for rocksmq CreateTopic (#9733)

Signed-off-by: Nfishpenguin <kun.yu@zilliz.com>
上级 75431221
......@@ -211,6 +211,7 @@ func (rmq *rocksmq) checkKeyExist(key string) bool {
return val != ""
}
// CreateTopic writes initialized messages for topic in rocksdb
func (rmq *rocksmq) CreateTopic(topicName string) error {
start := time.Now()
beginKey := topicName + "/begin_id"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册