Jason Gustafson created KAFKA-8983: -------------------------------------- Summary: AdminClient deleteRecords should not fail all partitions unnecessarily Key: KAFKA-8983 URL: https://issues.apache.org/jira/browse/KAFKA-8983 Project: Kafka Issue Type: Bug Reporter: Jason Gustafson Assignee: Jason Gustafson
The deleteRecords API in the AdminClient groups records to be sent by the partition leaders. If one of these requests fails, we currently fail all futures, including those tied to requests sent to other leaders. It would be better to fail only those partitions included in the failed request. -- This message was sent by Atlassian Jira (v8.3.4#803005)