mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Add rmq_producer comment (#11345)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>
This commit is contained in:
parent
1bcecf274a
commit
ab00fe90de
@ -23,6 +23,7 @@ type rmqProducer struct {
|
||||
p rocksmq.Producer
|
||||
}
|
||||
|
||||
// Topic returns the topic of rmq producer
|
||||
func (rp *rmqProducer) Topic() string {
|
||||
return rp.p.Topic()
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user