[[["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 stops retrying upon encountering a non-transient error or exceeding a set number of transient failures."],["The policy considers the `kUnavailable` status code as a transient error, and it provides a constructor that accepts an integer, `maximum_failures`, to set the threshold for transient errors before stopping retries."],["The policy provides functions to check if the policy is exhausted (`IsExhausted`), to determine if an error is a permanent failure (`IsPermanentFailure`), and `OnFailure` which is used to detect a failure."],["This policy is configurable to disable retries entirely by setting the `maximum_failures` parameter to 0 when instantiating the policy, allowing for customized error handling."],["The latest version of the document is `2.37.0-rc` which is a release candidate, and it provides a list of previous versions down to `2.26.0` each with its own documentation."]]],[]]