apache / apache/pulsar-client-cpp
Fix the batch index ACK performance issue
Offen
#219
0 Kommentare
0 Reaktionen
1 zugewiesene Person
Beansprucht von @BewareMyPower
Auf GitHub ansehen
- Vorherrschende Sprache
- C++
- Sterne
- 71
- Forks
- 90
- Ø Merge
- 2 Std. 33 Min.
- Gemergte PRs (30 T.)
- 3
Beschreibung
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`
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.