mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comments for rocksmq DestroyTopic (#9735)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>pull/9747/head
parent
d5e179e70b
commit
e3ce1696e7
|
@ -283,6 +283,7 @@ func (rmq *rocksmq) CreateTopic(topicName string) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
// DestroyTopic removes messages for topic in rocksdb
|
||||
func (rmq *rocksmq) DestroyTopic(topicName string) error {
|
||||
start := time.Now()
|
||||
beginKey := topicName + "/begin_id"
|
||||
|
|
Loading…
Reference in New Issue