mirror of https://github.com/milvus-io/milvus.git
[skip ci]Improve comment for CreateProducer (#12654)
Signed-off-by: sunby <bingyi.sun@zilliz.com> Co-authored-by: sunby <bingyi.sun@zilliz.com>pull/12666/head
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