ableegoldman commented on a change in pull request #9671: URL: https://github.com/apache/kafka/pull/9671#discussion_r537992012
########## File path: clients/src/main/java/org/apache/kafka/clients/consumer/internals/AbstractCoordinator.java ########## @@ -235,11 +235,6 @@ protected synchronized boolean ensureCoordinatorReady(final Timer timer) { return true; do { - if (findCoordinatorException != null && !(findCoordinatorException instanceof RetriableException)) { Review comment: Ok yeah that makes sense. Thanks ---------------------------------------------------------------- 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: us...@infra.apache.org