mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 22:45:26 +08:00
[skip ci]Add rocksmq comments (#10925)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>
This commit is contained in:
parent
07534a75de
commit
9016bd7e33
@ -43,6 +43,7 @@ func newClient(options ClientOptions) (*client, error) {
|
||||
return c, nil
|
||||
}
|
||||
|
||||
// CreateProducer create a rocksmq producer
|
||||
func (c *client) CreateProducer(options ProducerOptions) (Producer, error) {
|
||||
// Create a producer
|
||||
producer, err := newProducer(c, options)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user