Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add reconsumeLater to regexConsumer #1325

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pacop
Copy link

@pacop pacop commented Jan 23, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant