[[["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-05-07 UTC."],[[["This document describes the `ManagedKafkaLimitedErrorCountRetryPolicy`, which is a retry policy 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 in this class."],["You can configure the maximum number of transient failures the policy will tolerate using the `ManagedKafkaLimitedErrorCountRetryPolicy(int)` constructor, or disable the retry loop entirely by setting `maximum_failures` to 0."],["The document provides details on the constructors, functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, as well as the `BaseType` type alias."],["This documentation covers various versions of this policy, including the latest release candidate ([2.37.0-rc](cpp/docs/reference/managedkafka/latest/classgoogle_1_1cloud_1_1managedkafka__v1_1_1ManagedKafkaLimitedErrorCountRetryPolicy)), and previous releases starting from version [2.26.0](cpp/docs/reference/managedkafka/2.26.0/classgoogle_1_1cloud_1_1managedkafka__v1_1_1ManagedKafkaLimitedErrorCountRetryPolicy) up to [2.36.0](cpp/docs/reference/managedkafka/2.36.0/classgoogle_1_1cloud_1_1managedkafka__v1_1_1ManagedKafkaLimitedErrorCountRetryPolicy)."]]],[]]