jonnxu commented on a change in pull request #154: [Feature] Support producer 
transaction message
URL: 
https://github.com/apache/rocketmq-client-cpp/pull/154#discussion_r299400066
 
 

 ##########
 File path: src/protocol/RemotingCommand.cpp
 ##########
 @@ -242,6 +242,9 @@ void RemotingCommand::SetExtHeader(int code) {
           break;
         case NOTIFY_CONSUMER_IDS_CHANGED:
           
m_pExtHeader.reset(NotifyConsumerIdsChangedRequestHeader::Decode(ext));
+          break;
+        case CHECK_TRANSACTION_STATE:
+          m_pExtHeader.reset(CheckTransactionStateRequestHeader::Decode(ext));
 
 Review comment:
   good 

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to