lizhimins opened a new issue, #9171:
URL: https://github.com/apache/rocketmq/issues/9171

   ### Before Creating the Enhancement Request
   
   - [x] I have confirmed that this should be classified as an enhancement 
rather than a bug/feature.
   
   
   ### Summary
   
   C++ trans producer should return send receipt in send call
   
   ### Motivation
   
   Keep the interface consistent with the Java client
   
   ### Describe the Solution You'd Like
   
   Modify the return value of a function from 'void' to SendReceipt in
   
   SendReceipt send(MessageConstPtr message, std::error_code& ec, Transaction& 
transaction);
   
   ### Describe Alternatives You've Considered
   
   Modify the return value
   
   ### 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