Onur Karaman created KAFKA-6081:
-----------------------------------
Summary: response error code checking
Key: KAFKA-6081
URL: https://issues.apache.org/jira/browse/KAFKA-6081
Project: Kafka
Issue Type: Sub-task
Reporter: Onur Karaman
In most cases in the controller, we assume that requests succeed. We should
instead check for their responses.
Example: partition reassignment has the following todo:
{code}
// TODO: Eventually partition reassignment could use a callback that does
retries if deletion failed
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)