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
Describe the bug
There is a new property, spring.cloud.config.retry.useRandomPolicy that was introduced with 4.0.5. It is documented here: https://docs.spring.io/spring-cloud-config/reference/client.html#config-client-retry. That documentation should have more details to explain the retry algorithm when useRandomPolicy=true and other retry properties are set:
Is this still honored when useRandomPolicy=true? spring.cloud.config.retry.max-attempts
Thank you for the additional information. I actually had also looked at the code and came to the same conclusion.
In the original issue here I had this:
(Why aren't the retry properties documented in that section?)
However, I should have worded it differently and not put it in parentheses. Really that was my main question/issue. I request that the documentation that was added for the new property be updated to include these details (so it's available to all users).
Describe the bug
There is a new property,
spring.cloud.config.retry.useRandomPolicy
that was introduced with 4.0.5. It is documented here:https://docs.spring.io/spring-cloud-config/reference/client.html#config-client-retry. That documentation should have more details to explain the retry algorithm when useRandomPolicy=true and other retry properties are set:
Is this still honored when useRandomPolicy=true?
spring.cloud.config.retry.max-attempts
Are these ignored when useRandomPolicy=true?
(Why aren't the retry properties documented in that section?)
The text was updated successfully, but these errors were encountered: