ADHB opened a new issue #7032:
URL: https://github.com/apache/pulsar/issues/7032


   Currently Pulsar doesn't support DLQ for sources and sinks. Only functions 
support DLQ.
   It is very important for sinks like ElasticSearch which is widely used in 
production env for logging systems to be able to redirect unacknowledged 
messages to another topic , keeping otherwise the brokers running as normal. 
   
   I would like to see a setting in consumer.conf or broker.conf that enables 
DLQ on a Pulsar configuration, so DLQ will be turned on for sources, sinks or 
any functions. 
   
   or
   
   I would like to create a sink/sources with an extra --DLQ <topic> parameter. 
Giving a topic to the parameter will turn on DLQ.
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to