GitHub user adyach opened a pull request: https://github.com/apache/kafka/pull/4167
KAFKA-5950: retry on response retriable exception The PR will add retries for KafkaAdminClient's retriable error responses. You can merge this pull request into a Git repository by running: $ git pull https://github.com/adyach/kafka KAFKA-5950 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/4167.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #4167 ---- commit ec46619ad3a3bdcc9f0eb73ba93d25dd9a485f11 Author: Andrey Dyachkov <andrey.dyach...@zalando.de> Date: 2017-11-01T16:08:24Z KAFKA-5950: retry on response retriable exception ---- ---