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?
spring.cloud.config.retry.initial-interval
spring.cloud.config.retry.max-interval
spring.cloud.config.retry.multiplier
(Why aren't the retry properties documented in that section?)
Describe the bug
There is a new property,
spring.cloud.config.retry.useRandomPolicythat 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-attemptsAre these ignored when useRandomPolicy=true?
(Why aren't the retry properties documented in that section?)