You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2019/10/21 12:24:44 UTC

[GitHub] [rocketmq-client-cpp] ShannonDing opened a new issue #198: Support transaction message in C apis

ShannonDing opened a new issue #198: Support transaction message in C apis
URL: https://github.com/apache/rocketmq-client-cpp/issues/198
 
 
   
   1. Please describe the feature you are requesting.
   Support transaction message in C apis
   2. Provide any additional detail on your proposed use case for this feature.
   Support transaction message in C apis like:
   ROCKETMQCLIENT_API int SendMessageTransaction(CProducer* producer,
                                                 CMessage* msg,
                                                 CLocalTransactionExecutorCallback callback,
                                                 void* userData,
                                                 CSendResult* result);
   2. Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue?
   should-have
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services