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)