wanghyu opened a new issue, #1317:
URL: https://github.com/apache/rocketmq-clients/issues/1317

   ### Programming Language of the Client
   
   Go
   
   ### Is Your Feature Request Related to a Problem?
   
   Currently, the Go client (rocketmq-clients/golang/v5) only supports sending 
a single message via producer.Send() in sync mode. There is no batch send 
interface available. There is already a private send0 interface that accepts a 
batch. 
   
   send0(ctx context.Context, msgs []*UnifiedMessage, txEnabled bool) 
([]*SendReceipt, error)
   
   The legacy rocketmq-client-go (2.x) already supports batch message sending. 
It would be great to have this feature in the new 5.x client as well.
   
   ### Describe the Solution You'd Like
   
   Send(context.Context, []*Message) ([]*SendReceipt, error)
   
   ### Describe Alternatives You've Considered
   
   None
   
   ### 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to