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 - Cancellation of items #113

Open luispfgarces opened 1 year ago

luispfgarces commented 1 year ago

Is your request related to a problem you have?

Be able to manage queues and items in retry, which users can deem unprocessable for any reason.

Needs:

Describe the solution you'd like

Be able to have a specific UI functionality to cancel queues and specific items in a queue.

Suppose we have a listing of queues, the user should be able to select multiple queues and trigger a cancel over them. Also, assuming that the user can open a queue detail (and view which items are included), he should be able to select multiple (ordered, starting on the first item) items and trigger a cancel over them.

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

Yes

Additional context

No response