saosir edited a comment on pull request #8606: URL: https://github.com/apache/pulsar/pull/8606#issuecomment-735593147
@BewareMyPower I have two questions here, can you help me answer them? 1. Both `PartitionedConsumerImpl` and `ConsumerImpl` have member variable `unAckedMessageTrackerPtr_` (class `UnAckedMessageTrackerEnabled`), and `PartitionedConsumerImpl` is composed of `ConsumerImpl`. if the acknowledgement times out, will they send redeliverMessages repeatedly? 2. in `UnAckedMessageTrackerEnabled`, param msg of `UnAckedMessageTrackerEnabled::add` contain `partition`, `ledgerId`, `entryId`,`batchIndex`. When ack timeout and do `redeliverUnacknowledgedMessages`, does it deduplicte based on ledger and entryId? ---------------------------------------------------------------- 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]
