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 [INTERNAL_ERROR])
-
Error reasons which should be considered as failure scenarios to retry