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.