[[["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 treated as a transient error."],["You can create a `ManagedKafkaLimitedErrorCountRetryPolicy` by specifying the maximum number of transient failures it should tolerate, and you can disable the retry loop entirely by setting this value to 0."],["The policy includes methods to check if it is exhausted, if a failure is permanent, to retrieve the `maximum_failures` allowed, and for cloning the policy, amongst other functions."],["There are several versions of this policy available, from `2.26.0` to `2.36.0`, and with `2.37.0-rc` being the latest release candidate version."]]],[]]