[[["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 webpage provides documentation for the `ManagedKafkaLimitedErrorCountRetryPolicy` class in C++, designed for handling retries in `ManagedKafkaConnection`."],["The `ManagedKafkaLimitedErrorCountRetryPolicy` class allows configuration of the maximum number of transient errors before stopping retries, effectively providing a way to limit retry attempts, with a specific note to disable retry loops by having maximum_failures equal 0."],["The policy treats RPCs returning non-transient errors or exceeding the maximum failure count as reasons to stop retrying, with `kUnavailable` being the sole status code considered a transient error."],["The class provides constructors to initialize the policy and methods to manage failure count and determine retry eligibility like maximum_failures, OnFailure, IsExhausted, IsPermanentFailure, clone."],["The documentation includes a list of available versions, with the latest release candidate being version 2.37.0-rc and the current release being 2.26.0."]]],[]]