From 142df87575a9c2bd706efdc199a0e420380a4e8b Mon Sep 17 00:00:00 2001 From: Bingyi Sun Date: Thu, 2 Dec 2021 22:38:23 +0800 Subject: [PATCH] [skip ci]Improve comment for CreateProducer (#12654) Signed-off-by: sunby Co-authored-by: sunby --- internal/util/mqclient/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/util/mqclient/client.go b/internal/util/mqclient/client.go index 3efb620b0b..cb3f82db69 100644 --- a/internal/util/mqclient/client.go +++ b/internal/util/mqclient/client.go @@ -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