[skip ci]Add rmq consumer impl topic comment (#11533)

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

View File

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