apache / apache/pulsar-client-cpp

Fix the batch index ACK performance issue

オープン
#219 コメント 0 件 リアクション 0 件 担当者 1 名 @BewareMyPower が担当を希望しています GitHub で見る
主要言語
C++
スター
71
フォーク
90
平均マージ
2時間 33分
マージ済み PR(30日)
3

説明

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`

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。