apache / pulsar-client-python

Apache Pulsar Python client library
https://pulsar.apache.org/
Apache License 2.0
50 stars 42 forks source link

[Feature request] Support dead letter topic #98

Open jiangpengcheng opened 1 year ago

jiangpengcheng commented 1 year ago

refer to: https://pulsar.apache.org/docs/2.11.x/concepts-messaging/#dead-letter-topic

shibd commented 1 year ago

CPP client already supported the dead letter topic. We can wait for it to release 3.2.0, then upgrade the dependent CPP version and expose the related config.