Jason Gustafson created KAFKA-3527: -------------------------------------- Summary: Consumer commitAsync should not expose internal exceptions Key: KAFKA-3527 URL: https://issues.apache.org/jira/browse/KAFKA-3527 Project: Kafka Issue Type: Bug Components: consumer Affects Versions: 0.9.0.1, 0.9.0.0 Reporter: Jason Gustafson Assignee: Jason Gustafson
Currently we expose some internal exceptions to the user in the consumer's OffsetCommitCallback (e.g. group load in progress, not coordinator for group). We should convert these to instances of CommitFailedException and provide a clear message to the user. -- This message was sent by Atlassian JIRA (v6.3.4#6332)