[skip ci]Add rmq consumer impl Subscription comment (#11593)

Signed-off-by: fishpenguin <kun.yu@zilliz.com>
This commit is contained in:
yukun 2021-11-10 21:48:53 +08:00 committed by GitHub
parent 236876bf54
commit 9bc7393913
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,6 +86,7 @@ func getExistedConsumer(c *client, options ConsumerOptions, msgMutex chan struct
}, nil }, nil
} }
// Subscription returns the consumer name
func (c *consumer) Subscription() string { func (c *consumer) Subscription() string {
return c.consumerName return c.consumerName
} }