You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Jason Gustafson (JIRA)" <ji...@apache.org> on 2019/05/31 06:37:00 UTC

[jira] [Created] (KAFKA-8453) AdminClient describeTopic should handle partition level errors

Jason Gustafson created KAFKA-8453:
--------------------------------------

             Summary: AdminClient describeTopic should handle partition level errors
                 Key: KAFKA-8453
                 URL: https://issues.apache.org/jira/browse/KAFKA-8453
             Project: Kafka
          Issue Type: Bug
            Reporter: Jason Gustafson


The Metadata response may contain the following error codes: LEADER_NOT_AVAILABLE, REPLICA_NOT_AVAILABLE, and LISTENER_NOT_FOUND. The AdminClient at the moment does not appear to be checking these error codes. This seems mostly harmless in the case of LEADER_NOT_AVAILABLE and REPLICA_NOT_AVAILABLE, but potentially we should raise an error in the case of LISTENER_NOT_FOUND since the result would otherwise be misleading.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)