hugoasdf commented on a change in pull request #162: [feature]message trace URL: https://github.com/apache/rocketmq-client-cpp/pull/162#discussion_r301888313
########## File path: src/message/MQMessage.cpp ########## @@ -46,6 +46,9 @@ const string MQMessage::PROPERTY_CONSUME_START_TIMESTAMP = "CONSUME_START_TIME"; const string MQMessage::PROPERTY_TRANSACTION_PREPARED_QUEUE_OFFSET = "TRAN_PREPARED_QUEUE_OFFSET"; const string MQMessage::PROPERTY_TRANSACTION_CHECK_TIMES = "TRANSACTION_CHECK_TIMES"; const string MQMessage::PROPERTY_CHECK_IMMUNITY_TIME_IN_SECONDS = "CHECK_IMMUNITY_TIME_IN_SECONDS"; +const string MQMessage::CONSUME_CONTEXT_TYPE = "ConsumeContextType"; Review comment: > > > keep the same style for parameter name updated,-:) ---------------------------------------------------------------- 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
