apache / apache/pulsar-client-cpp
[feature request] C++ and Python support negative acknowledgment backoff
- 主要语言
- C++
- 星标
- 71
- 派生
- 90
- 平均合并
- 2 小时 33 分钟
- 30 天内合并 PR
- 3
描述
### 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!
贡献指南
调研方向
首先阅读 PIP-106 和所引用的 Java 客户端 pull request 12566,以了解 negative acknowledgment 的退避行为。跟踪相应的 C++ 和 Python 客户端路径,然后验证超出 DLQ 配置的 redeliveryCount 值会被发送到 DLQ,并且两个客户端的行为都与 Java 一致。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- cpp, python
- 领域
- backend-api-design, distributed-systems
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100