xuehuanran commented on code in PR #6612:
URL: https://github.com/apache/inlong/pull/6612#discussion_r1034376520
##########
inlong-tubemq/tubemq-client-twins/tubemq-client-cpp/src/tubemq_message.cc:
##########
@@ -195,6 +196,18 @@ bool Message::AddProperty(string& err_info, const string&
key, const string& val
return true;
}
+void Message::PutSystemHeader(const string& msg_type, const string& msg_time) {
+ if (!msg_type.empty()) {
Review Comment:
L203 is a mistake, have fixed.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]