[skip e2e]Add comment for pulsar client (#14198)

Signed-off-by: fishpenguin <kun.yu@zilliz.com>
pull/14226/head
yukun 2021-12-25 09:32:32 +08:00 committed by GitHub
parent d57587ac4d
commit 325639a2cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ func (pc *pulsarClient) CreateProducer(options ProducerOptions) (Producer, error
return producer, nil
}
// CreateReader creates a pulsar reader instance
func (pc *pulsarClient) CreateReader(options ReaderOptions) (Reader, error) {
opts := pulsar.ReaderOptions{
Topic: options.Topic,