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

Signed-off-by: fishpenguin <kun.yu@zilliz.com>
pull/13137/head
yukun 2021-12-10 10:04:33 +08:00 committed by GitHub
parent 977bf701e1
commit 83dfbfb856
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ func newReader(c *client, readerOptions *ReaderOptions) (*reader, error) {
return reader, nil
}
//Topic return the topic name of the reader
func (r *reader) Topic() string {
return r.topic
}