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

Allow router plugins access for router handlers #288

Closed
dangerousplay opened this issue Jun 20, 2022 · 0 comments
Closed

Allow router plugins access for router handlers #288

dangerousplay opened this issue Jun 20, 2022 · 0 comments

Comments

@dangerousplay
Copy link
Contributor

Hi, we are creating a middleware and also a router plugin that allows reprocessing of messages that failed and went through a poison/dead letter topic.

In order to be able to reprocess the messages without needing to republish them in the same topic,
that other applications can be listening, the router plugin should be able to access the handlers.

We can create a router plugin that could expose the reprocess functionality via an HTTP endpoint, for example.

dangerousplay pushed a commit to dangerousplay/watermill that referenced this issue Jun 20, 2022
Exposed the registered router handlers to be used by a router plugin in order to allow use cases such as message reprocessing describe in issue ThreeDotsLabs#288
@dangerousplay dangerousplay changed the title Allow router plugin access router handlers Allow router plugins access for router handlers Jun 20, 2022
dangerousplay pushed a commit to dangerousplay/watermill that referenced this issue Jun 20, 2022
Exposed the registered router handlers to be used by a router plugin in order to allow use cases such as message reprocessing described in issue ThreeDotsLabs#288
m110 pushed a commit that referenced this issue Jun 20, 2022
Exposed the registered router handlers to be used by a router plugin in order to allow use cases such as message reprocessing described in issue #288

Co-authored-by: Davi Henrique <davi_henrique@sicredi.com.br>
@m110 m110 closed this as completed Jun 20, 2022
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

No branches or pull requests

2 participants