Reference documentation and code samples for the Managed Service for Apache Kafka V1 API class Google::Cloud::ManagedKafka::V1::TaskRetryPolicy.
Task Retry Policy is implemented on a best-effort basis. Retry delay will be exponential based on provided minimum and maximum backoffs. https://en.wikipedia.org/wiki/Exponential_backoff. Note that the delay between consecutive task restarts may not always precisely match the configured settings. This can happen when the ConnectCluster is in rebalancing state or if the ConnectCluster is unresponsive etc.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#maximum_backoff
def maximum_backoff() -> ::Google::Protobuf::Duration
- (::Google::Protobuf::Duration) — Optional. The maximum amount of time to wait before retrying a failed task. This sets an upper bound for the backoff delay.
#maximum_backoff=
def maximum_backoff=(value) -> ::Google::Protobuf::Duration
- value (::Google::Protobuf::Duration) — Optional. The maximum amount of time to wait before retrying a failed task. This sets an upper bound for the backoff delay.
- (::Google::Protobuf::Duration) — Optional. The maximum amount of time to wait before retrying a failed task. This sets an upper bound for the backoff delay.
#minimum_backoff
def minimum_backoff() -> ::Google::Protobuf::Duration
- (::Google::Protobuf::Duration) — Optional. The minimum amount of time to wait before retrying a failed task. This sets a lower bound for the backoff delay.
#minimum_backoff=
def minimum_backoff=(value) -> ::Google::Protobuf::Duration
- value (::Google::Protobuf::Duration) — Optional. The minimum amount of time to wait before retrying a failed task. This sets a lower bound for the backoff delay.
- (::Google::Protobuf::Duration) — Optional. The minimum amount of time to wait before retrying a failed task. This sets a lower bound for the backoff delay.