[skip e2e]Add comment for pulsar reader (#14113)

Signed-off-by: fishpenguin <kun.yu@zilliz.com>
This commit is contained in:
yukun 2021-12-23 22:15:27 +08:00 committed by GitHub
parent 1089aae922
commit 5a4dc83e52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@ type pulsarReader struct {
r pulsar.Reader
}
// Topic returns the topic of pulsar reader
func (pr *pulsarReader) Topic() string {
return pr.r.Topic()
}