You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Cheng Tan (Jira)" <ji...@apache.org> on 2020/04/01 20:42:00 UTC

[jira] [Created] (KAFKA-9800) [KIP-580] Admin Client Exponential Backoff Implementation

Cheng Tan created KAFKA-9800:
--------------------------------

             Summary: [KIP-580] Admin Client Exponential Backoff Implementation
                 Key: KAFKA-9800
                 URL: https://issues.apache.org/jira/browse/KAFKA-9800
             Project: Kafka
          Issue Type: New Feature
            Reporter: Cheng Tan
            Assignee: Cheng Tan


InĀ {{KafkaAdminClient}}, we will have to modify the way the retry backoff is calculated for the calls that have failed and need to be retried. From the current static retry backoff, we have to introduce a mechanism for all calls that upon failure, the next retry time is dynamically calculated.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)