You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: