Mickael Maison created KAFKA-13012: -------------------------------------- Summary: Rationalize error handling of AdminClient calls Key: KAFKA-13012 URL: https://issues.apache.org/jira/browse/KAFKA-13012 Project: Kafka Issue Type: Improvement Components: admin Reporter: Mickael Maison
While working on KIP-699, we noticed many AdminClient calls perform slightly different error handling. For example, all fulfilment calls following a coordinator lookup should handle coordinator/group errors the same way. Currently each Handler has its own handleError() method with subtle differences. More details in https://github.com/apache/kafka/pull/10743#discussion_r653151839 -- This message was sent by Atlassian Jira (v8.3.4#803005)