apache / apache/pulsar-client-cpp

Fix the batch index ACK performance issue

Abierto
#219 0 comentarios 0 reacciones 1 asignado Reclamado por @BewareMyPower Ver en GitHub
Lenguaje dominante
C++
Estrellas
71
Forks
90
Merge medio
2 h 33 min
PR fusionados (30 d)
3

Descripción

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`

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.