add log to produce.go (#8489)

Signed-off-by: jingkl <jingjing.jia@zilliz.com>
This commit is contained in:
jingkl 2021-09-24 20:48:22 +08:00 committed by GitHub
parent e4f0d4bab6
commit 12fb8290b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ package mqclient
import "context"
type ProducerOptions struct {
// The topic that this Producer will publish
Topic string
}