mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Add comment for pulsar producer (#14945)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>pull/14975/head
parent
7b873602c1
commit
ae27be637d
|
@ -29,6 +29,7 @@ type pulsarProducer struct {
|
|||
p pulsar.Producer
|
||||
}
|
||||
|
||||
// Topic returns the topic name of pulsar producer
|
||||
func (pp *pulsarProducer) Topic() string {
|
||||
return pp.p.Topic()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue