You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Bill Bejeck (JIRA)" <ji...@apache.org> on 2018/04/26 14:47:00 UTC

[jira] [Created] (KAFKA-6829) Consumer should retry when encountering unknown topic or partition error

Bill Bejeck created KAFKA-6829:
----------------------------------

             Summary: Consumer should retry when encountering unknown topic or partition error
                 Key: KAFKA-6829
                 URL: https://issues.apache.org/jira/browse/KAFKA-6829
             Project: Kafka
          Issue Type: Bug
          Components: clients
            Reporter: Bill Bejeck
            Assignee: Bill Bejeck


For the UNKNOWN_TOPIC_OR_PARTITION error, we could change the consumer's behavior to retry after this error.  While this is a rare case since the user would not commit offsets for topics unless they had been able to fetch from them, but this doesn't really handle the situation where the broker hasn't received _any_ metadata updates.



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