This repository has been archived by the owner on Apr 1, 2024. It is now read-only.
ISSUE-17139: [feature request] C++ and Python client support Dead Letter Topic #4748
Open
1 of 2 tasks
Labels
Original Issue: apache/pulsar-client-cpp#77
Search before asking
Motivation
Current C++ and Python clients do not support the dead letter topics.
Dead letter topic serves message redelivery, which is triggered by acknowledgement timeout or negative acknowledgement or retry letter topic .
C++ and Python also do not support
acknowledgement-timeout
andretry-letter-topic
.Solution
retry-letter-topic
trigger send to dead letter topic.Alternatives
Can be first implemented
negative-acknowledgement
trigger send to dead letter topic, and then implementacknowledgement-timeout
andretry-letter-topic
.Anything else?
Reference Java implement PR:
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: