mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 22:45:26 +08:00
[skip ci]Add comments for rocksmq producer_impl Send (#10696)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>
This commit is contained in:
parent
e8651a1cd9
commit
552efd4b7b
@ -45,6 +45,7 @@ func (p *producer) Topic() string {
|
||||
return p.topic
|
||||
}
|
||||
|
||||
// Send produce message in rocksmq
|
||||
func (p *producer) Send(message *ProducerMessage) (UniqueID, error) {
|
||||
ids, err := p.c.server.Produce(p.topic, []server.ProducerMessage{
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user