You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/05/11 07:48:00 UTC

[jira] [Commented] (KAFKA-5950) AdminClient should retry based on returned error codes

    [ https://issues.apache.org/jira/browse/KAFKA-5950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16837781#comment-16837781 ] 

ASF GitHub Bot commented on KAFKA-5950:
---------------------------------------

hachikuji commented on pull request #4167: KAFKA-5950: AdminClient should retry based on returned error codes
URL: https://github.com/apache/kafka/pull/4167
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> AdminClient should retry based on returned error codes
> ------------------------------------------------------
>
>                 Key: KAFKA-5950
>                 URL: https://issues.apache.org/jira/browse/KAFKA-5950
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Ismael Juma
>            Assignee: Andrey Dyachkov
>            Priority: Major
>              Labels: needs-kip
>             Fix For: 2.2.0
>
>
> The AdminClient only retries if the request fails with a retriable error. If a response is returned, then a retry is never attempted. This is inconsistent with other clients that check the error codes in the response and retry for each retriable error code.
> We should consider if it makes sense to adopt this behaviour in the AdminClient so that users don't have to do it themselves.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)