[
https://issues.apache.org/jira/browse/KAFKA-8983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Gustafson resolved KAFKA-8983.
------------------------------------
Fix Version/s: 2.4.0
Resolution: Fixed
> 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
> Priority: Major
> Fix For: 2.4.0
>
>
> 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)