[skip ci]Add comment for rocksmq reader (#13013)

Signed-off-by: fishpenguin <kun.yu@zilliz.com>
This commit is contained in:
yukun 2021-12-08 20:43:24 +08:00 committed by GitHub
parent 0f387871c1
commit 490f8b50e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ type rmqReader struct {
r rocksmq.Reader r rocksmq.Reader
} }
// Topic returns the topic name of a reader
func (rr *rmqReader) Topic() string { func (rr *rmqReader) Topic() string {
return rr.r.Topic() return rr.r.Topic()
} }