mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comments for rocksmq produce (#10030)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>pull/10040/head
parent
e8d5a1ee5f
commit
65a1ae0210
|
@ -427,6 +427,7 @@ func (rmq *rocksmq) DestroyConsumerGroup(topicName, groupName string) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
// Produce produces messages for topic and updates page infos for retention
|
||||
func (rmq *rocksmq) Produce(topicName string, messages []ProducerMessage) ([]UniqueID, error) {
|
||||
ll, ok := topicMu.Load(topicName)
|
||||
if !ok {
|
||||
|
|
Loading…
Reference in New Issue