You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C++ and Python also do not support acknowledgement-timeout and retry-letter-topic.
Solution
You can refer to the implementation of java and this PIP-22.
PIP-58, here display retry-letter-topic trigger send to dead letter topic.
PIP-124 Need support Create init subscription before sending message to DLQ
Alternatives
Can be first implemented negative-acknowledgement trigger send to dead letter topic, and then implement acknowledgement-timeout and retry-letter-topic.
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: