pulsar-client-cpp icon indicating copy to clipboard operation
pulsar-client-cpp copied to clipboard

Fix the batch index ACK performance issue

Open BewareMyPower opened this issue 2 years ago • 0 comments

The performance of the batch index ACK suffers the similar issue as the Go client: https://github.com/apache/pulsar-client-go/issues/949

Tasks:

  • [ ] Remove the batched message ID from the ACK grouping tracker.
  • [ ] Use unordered map instead of the default RB-tree based std::map/std::set

BewareMyPower avatar Mar 16 '23 11:03 BewareMyPower