Farfetch / kafkaflow-retry-extensions

Kafka Flow Retry Patterns Extensions
https://farfetch.github.io/kafkaflow-retry-extensions/
MIT License
55 stars 7 forks source link

[Feature Request]: use prefix for retry endpoints #140

Closed fernando-a-marins closed 8 months ago

fernando-a-marins commented 9 months ago

Is your request related to a problem you have?

No response

Describe the solution you'd like

Nowadays we have the retry endpoints such as:

/retry/items?topqueues=100000&status=1

We want to be able to configure the route, for example:

/retry/myService/items?topqueues=100000&status=1

Are you able to help bring it to life and contribute with a Pull Request?

Yes

Additional context

No response