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] The POP probability for the Retry Topic should be configurable #8657

Closed
GenerousMan opened this issue Sep 6, 2024 · 0 comments · Fixed by #8658
Closed

[Feature] The POP probability for the Retry Topic should be configurable #8657

GenerousMan opened this issue Sep 6, 2024 · 0 comments · Fixed by #8658

Comments

@GenerousMan
Copy link
Contributor

Is Your Feature Request Related to a Problem?

The consumption of the retry topic is completely random, with an average probability of only 1/5 being pulled.

Describe the Solution You'd Like

The POP consumption probability for the Retry Topic should be configurable

Describe Alternatives You've Considered

The random number is no longer modulo 5. Instead, a random number within 100 is taken. If it is less than the specified number, the retry topic is popped. This allows you to configure the probability of popping the retry topic.

Additional Context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant