ShannonDing opened a new issue #229: Send message back error when client version > 3.5.9 URL: https://github.com/apache/rocketmq-client-cpp/issues/229 for broker: int maxReconsumeTimes = subscriptionGroupConfig.getRetryMaxTimes(); if (request.getVersion() >= MQVersion.Version.V3_4_9.ordinal()) { maxReconsumeTimes = requestHeader.getMaxReconsumeTimes(); } it need add maxReconsumeTimes in the protocol maxReconsumeTimes
---------------------------------------------------------------- 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
