[[["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 outlines the `ManagedKafkaLimitedErrorCountRetryPolicy`, a retry mechanism for `ManagedKafkaConnection` in the Google Cloud C++ client library."],["The policy halts retries upon encountering a non-transient error or exceeding a predefined number of transient failures, with `kUnavailable` being the only status code classified as transient."],["The `ManagedKafkaLimitedErrorCountRetryPolicy` constructor allows configuring the maximum number of tolerable transient errors, including an option to disable retries by setting `maximum_failures` to 0."],["The document lists various versions of the `ManagedKafkaLimitedErrorCountRetryPolicy` class, starting from version 2.26.0 up to the latest release candidate version, 2.37.0-rc."],["The class provides methods like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()` and `clone()`, to manage the retry behavior, check for exhaustion, classify failures, and reset the policy."]]],[]]