[skip ci]Add rmq_producer comment (#11345)

Signed-off-by: fishpenguin <kun.yu@zilliz.com>
This commit is contained in:
yukun 2021-11-05 21:57:21 +08:00 committed by GitHub
parent 1bcecf274a
commit ab00fe90de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()
}