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

[Feature Request]: Create admin Web UI - Ability to configure the maximum number of retries for queues #118

Open
luispfgarces opened this issue Mar 30, 2023 · 0 comments
Labels
enhancement New feature or request low priority Low priority issue

Comments

@luispfgarces
Copy link
Contributor

luispfgarces commented Mar 30, 2023

Is your request related to a problem you have?

The user might want to limit the number of retries and stop retrying after a maximum threshold configuration has been reached.

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 maximum number of attempts to a database. This configuration would be read from the database when the retry routine was to be executed and evaluate if the retry queue is to be retried. This configuration would be defined based on a combination of Kafka cluster + Topic name - in case the consumer is connecting to more than 1 Kafka cluster and this would avoid a topic name clash.

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

Yes

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low priority Low priority issue
Projects
None yet
Development

No branches or pull requests

1 participant