[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["This document describes the `ManagedKafkaLimitedErrorCountRetryPolicy`, a retry policy designed for `ManagedKafkaConnection` that limits retries based on the number of transient errors encountered."],["The policy stops retrying if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` being the only status code considered a transient error."],["You can control the maximum number of allowed transient failures via the `maximum_failures` parameter during the `ManagedKafkaLimitedErrorCountRetryPolicy` object's instantiation."],["The retry loop can be disabled by setting `maximum_failures` to 0 when creating an instance of the policy."],["This policy offers methods such as `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone` to manage and check the retry state and clone the policy."]]],[]]