Farfetch / kafkaflow-retry-extensions

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

[Feature Request]: Create admin Web UI - Ability to configure the TTL of retry queues #117

Open luispfgarces opened 1 year ago

luispfgarces commented 1 year ago

Is your request related to a problem you have?

The user might want to configure the TTL (time to live) of the retry queues (assuming that underlying item messages are subordinate to the retry queue). The idea is to be able to change at runtime the expiration of retry queues, affecting the behavior of the cleanup routine.

Needs:

Describe the solution you'd like

Have a configuration area on the Web UI, where the configuration would be available to change. This configuration area would write the TTL to a database the configuration. This configuration would be read from the database when the cleanup routine was to be executed.

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

Yes

Additional context

No response