[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:
Bingyi Sun 2021-12-02 22:38:23 +08:00 committed by GitHub
parent 7b9cf61394
commit 142df87575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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