pacop opened a new pull request, #1325: URL: https://github.com/apache/pulsar-client-go/pull/1325
### Motivation Right now, the regexConsumer doesn't support for `ReconsumeLater`. Indeed, when you try to use you only get a warning saying that is not supported. This PR add support for `ReconsumeLater` following the same approach as the one followed on multiTopicConsumer. The RLT topic is also consumed following the same idea as multiTopicConsumer ### Modifications * Enable ReconsumeLater/ReconsumeLaterWithCustomProperties to regexConsumer * Consume RLT topic * Add test ### Verifying this change This PR includes tests. Create a regexConsumer and use `ReconsumeLater`. Messages should go first to RLT, and latter to DLT. ### Documentation Not needed -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
