mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 02:48:45 +08:00
[skip ci]Improve comment for CreateProducer (#12654)
Signed-off-by: sunby <bingyi.sun@zilliz.com> Co-authored-by: sunby <bingyi.sun@zilliz.com>
This commit is contained in:
parent
7b9cf61394
commit
142df87575
@ -16,7 +16,7 @@ type Client interface {
|
||||
// CreateReader creates a producer instance
|
||||
CreateReader(options ReaderOptions) (Reader, error)
|
||||
|
||||
// Create a producer instance
|
||||
// CreateProducer creates a producer instance
|
||||
CreateProducer(options ProducerOptions) (Producer, error)
|
||||
|
||||
// Create a consumer instance and subscribe a topic
|
||||
|
Loading…
Reference in New Issue
Block a user