mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e]Add comment for pulsar client (#14198)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>
This commit is contained in:
parent
d57587ac4d
commit
325639a2cb
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user