mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comment for rocksmq reader (#13092)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>pull/13137/head
parent
977bf701e1
commit
83dfbfb856
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue