Jason Gustafson created KAFKA-2860: -------------------------------------- Summary: New consumer should handle auto-commit errors more gracefully Key: KAFKA-2860 URL: https://issues.apache.org/jira/browse/KAFKA-2860 Project: Kafka Issue Type: Improvement Reporter: Jason Gustafson Assignee: Jason Gustafson
Currently errors encountered when doing async commits with autocommit enabled end up polluting user logs. This includes both transient commit failures (such as disconnects) as well as permanent failures (such as illegal generation). It would be nice to handle these errors more gracefully by retrying for transient failures and perhaps logging the permanent failures as warnings since the stack trace doesn't really help the user. -- This message was sent by Atlassian JIRA (v6.3.4#6332)