lizhanhui commented on a change in pull request #371:
URL:
https://github.com/apache/rocketmq-client-cpp/pull/371#discussion_r731791487
##########
File path: src/main/cpp/rocketmq/ClientImpl.cpp
##########
@@ -351,6 +376,7 @@ void ClientImpl::pollCommand(const std::string& target) {
}
void ClientImpl::verifyMessageConsumption(std::string remote_address,
std::string command_id, MQMessageExt message) {
+ SPDLOG_INFO("Received message to verify consumption, messageId={}",
message.getMsgId());
Review comment:
Received message --> Received a message
--
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]