apache / apache/pulsar-client-cpp

Fix the batch index ACK performance issue

Open
#219 0 comments 0 reactions 1 assignee Claimed by @BewareMyPower View on GitHub
Dominant language
C++
Stars
71
Forks
90
Avg merge
2h 33m
Merged PRs (30d)
3

Description

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`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.