charlely commented on code in PR #6612:
URL: https://github.com/apache/inlong/pull/6612#discussion_r1034244974
##########
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:
L200 and L203 can merge.
--
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]