ifplusor commented on a change in pull request #162: [feature]message trace
URL:
https://github.com/apache/rocketmq-client-cpp/pull/162#discussion_r299239931
##########
File path: include/MQConsumer.h
##########
@@ -59,8 +82,25 @@ class ROCKETMQCLIENT_API MQConsumer : public MQClient {
protected:
MessageModel m_messageModel;
+
+
+ private:
+ std::shared_ptr<TraceDispatcher> traceDispatcher;
+ protected:
+ //DefaultMQProducerImpl defaultMQProducerImpl;
+
+
+ std::vector<std::shared_ptr<ConsumeMessageHook> > consumeMessageHookList;
Review comment:
same as above.
----------------------------------------------------------------
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