Skip to content

Need more detailed information about the new spring.cloud.config.retry.useRandomPolicy property #2378

@marnee01

Description

@marnee01

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?)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions