You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2020/01/14 03:02:23 UTC

[GitHub] [rocketmq-client-cpp] ShannonDing opened a new issue #229: Send message back error when client version > 3.5.9

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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [rocketmq-client-cpp] ShannonDing closed issue #229: Send message back error when client version > 3.4.9

Posted by GitBox <gi...@apache.org>.
ShannonDing closed issue #229: Send message back error when client version > 3.4.9
URL: https://github.com/apache/rocketmq-client-cpp/issues/229
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services