apache / apache/pulsar-client-go
Support for PIP-54
Open
- Dominant language
- Go
- Stars
- 745
- Forks
- 389
- Avg merge
- 3d 20h
- Merged PRs (30d)
- 3
Description
**Is your feature request related to a problem? Please describe.**
https://github.com/apache/pulsar/pull/6052
Pulsar's PIP-54 introduces ability to ack batched messages individually with passing offset info.
But currently it looks like go client tracks acks of batched messages internally, that leads to the problem when messages could be redelivered more than once in case of broker/client failures
**Describe the solution you'd like**
Support for PIP-54
Contributor guide
Assessment
This issue has not been assessed yet.