apache / apache/pulsar-client-go
Ability to receive/wait for nacked messages, pause a topic
Open
triage/week-33
- Dominant language
- Go
- Stars
- 745
- Forks
- 389
- Avg merge
- 3d 20h
- Merged PRs (30d)
- 3
Description
Currently, if you send 5 messages, and back #5 , it will arrive the last one, breaking the order.
i want to have a use-case, when once a message nacked, the order is not broken, the topic is on pause, until the message is returned or completely failed to DLQ.
Contributor guide
Assessment
This issue has not been assessed yet.