saosir commented on pull request #8606: URL: https://github.com/apache/pulsar/pull/8606#issuecomment-731891030
@BewareMyPower Sorry,I did not describe clearly. UnAckedMessageTrackerEnabled::removeMessagesTill should erase message whose id <= msgId in `messageIdPartitionMap` see [https://github.com/apache/pulsar/pull/8606/files](https://github.com/apache/pulsar/pull/8606/files), the implementation of cpp is different from that of Java client. cpp client just earse `msgId`, not <= `msgId` ---------------------------------------------------------------- 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]
