mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 10:59:32 +08:00
[skip ci]Add rmq consumer impl topic comment (#11533)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>
This commit is contained in:
parent
64e86c5461
commit
1e86bd3038
@ -90,6 +90,7 @@ func (c *consumer) Subscription() string {
|
||||
return c.consumerName
|
||||
}
|
||||
|
||||
// Topic returns the topic of the consumer
|
||||
func (c *consumer) Topic() string {
|
||||
return c.topic
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user