apache / apache/pulsar-client-cpp
[feature request] C++ and Python support negative acknowledgment backoff
- Linguagem predominante
- C++
- Estrelas
- 71
- Forks
- 90
- Merge médio
- 2h 33min
- PRs com merge (30d)
- 3
Descrição
### Search before asking
- [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar.
### Motivation
[PIP-106](https://github.com/apache/pulsar/wiki/PIP-106%3A-Negative-acknowledgment-backoff)
### Solution
Refer java client: https://github.com/apache/pulsar/pull/12566
### Alternatives
_No response_
### Anything else?
If the `redeliveryCount` is greater than the DLQ configuration, it needs to be sent to the DLQ.
### Are you willing to submit a PR?
- [ ] I'm willing to submit a PR!
Guia de contribuição
Direção de pesquisa
Comece lendo o PIP-106 e o pull request 12566 referenciado do cliente Java para entender o comportamento de backoff de confirmações negativas. Rastreie os caminhos correspondentes dos clientes C++ e Python e, em seguida, verifique se os valores de redeliveryCount que excedem a configuração de DLQ são enviados para a DLQ e se ambos os clientes correspondem ao comportamento do Java.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- cpp, python
- Domínio
- backend-api-design, distributed-systems
- Tipo de issue
- Funcionalidade
- Dificuldade
- 4/5
- Tempo estimado
- 3-5 dias
- Status de atividade
- Estagnada
- Clareza
- Razoavelmente clara
- Facilidade para iniciantes
- 35/100