Record
-
grpc
:
RetryConfiguration
Represents grpc client retry functionality configurations.
Fields
- retryCount int
-
Maximum number of retry attempts in an failure scenario
- intervalInMillis int
-
Initial interval between retry attempts
- maxIntervalInMillis int
-
Maximum interval between two retry attempts
- backoffFactor int
-
Retry interval will be multiplied by this factor, in between retry attempts
- errorTypes
ErrorType[]
(default [
> InternalError]) -
Error types which should be considered as failure scenarios to retry