merlimat commented on a change in pull request #184: Dead letter queue
implementation
URL: https://github.com/apache/pulsar-client-go/pull/184#discussion_r379071753
##########
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:
By default the policy is `nil` and the it will result in no-op
----------------------------------------------------------------
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