Mickael Maison created KAFKA-8982: ------------------------------------- Summary: Admin.deleteRecords should retry when failing to fetch metadata Key: KAFKA-8982 URL: https://issues.apache.org/jira/browse/KAFKA-8982 Project: Kafka Issue Type: Improvement Reporter: Mickael Maison
Currently deleteRecords() does not retry to fetch metadata and immediatly fails all futures if metadata contains any errors. It should instead attempt to refresh metadata. https://github.com/apache/kafka/pull/7296#discussion_r330808723 -- This message was sent by Atlassian Jira (v8.3.4#803005)