apache / pulsar-client-python

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

[feature request] Support Dead Letter Topic #107

Closed BewareMyPower closed 1 year ago

BewareMyPower commented 1 year ago

The C++ client has already implemented the dead letter topic since https://github.com/apache/pulsar-client-cpp/pull/139, which is included in the 3.2.0 release. We should support dead letter topic for Python client.

RobertIndie commented 1 year ago

This is a duplicate of https://github.com/apache/pulsar-client-python/issues/98