cckellogg commented on a change in pull request #184: Dead letter queue 
implementation
URL: https://github.com/apache/pulsar-client-go/pull/184#discussion_r378673396
 
 

 ##########
 File path: pulsar/consumer_impl.go
 ##########
 @@ -74,6 +75,11 @@ func newConsumer(client *client, options ConsumerOptions) 
(Consumer, error) {
                messageCh = make(chan ConsumerMessage, 10)
        }
 
+       dlq, err := newDlqRouter(client, options.DLQ)
 
 Review comment:
   what are the defaults here? will every topic by default have dlq enabled?

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to