mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-30 23:45:28 +08:00
[skip ci]Add comments for rocksmq CreateTopic (#9733)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>
This commit is contained in:
parent
7543122186
commit
55c615b4e2
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user