mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Add comments for rocksmq DestroyTopic (#9735)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user