xieyj-apple opened a new issue, #886:
URL: https://github.com/apache/rocketmq-clients/issues/886

   ### Programming Language of the Client
   
   Go
   
   ### Is Your Feature Request Related to a Problem?
   
   producer接口都只支持单条发送消息吗,为什么不支持批量
   type Producer interface {
        Send(context.Context, *Message) ([]*SendReceipt, error)
        SendWithTransaction(context.Context, *Message, Transaction) 
([]*SendReceipt, error)
        SendAsync(context.Context, *Message, func(context.Context, 
[]*SendReceipt, error))
        BeginTransaction() Transaction
        Start() error
        GracefulStop() error
        isClient
   }
   
   ### Describe the Solution You'd Like
   
   支持批量
   
   ### Describe Alternatives You've Considered
   
   支持批量
   
   ### Additional Context
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to