[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-26 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."]]],[]]