[ https://issues.apache.org/jira/browse/KAFKA-3977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15390218#comment-15390218 ]
ASF GitHub Bot commented on KAFKA-3977: --------------------------------------- GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/1656 KAFKA-3977: Defer fetch parsing for space efficiency and to ensure exceptions are raised to the user You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka KAFKA-3977 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1656.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1656 ---- commit 0fa9dfa48826e5cf423f6329ec5c9e0f4e4b2673 Author: Jason Gustafson <ja...@confluent.io> Date: 2016-07-22T19:30:12Z KAFKA-3977: Defer fetch parsing for space efficiency and to ensure exceptions are raised to the user ---- > KafkaConsumer swallows exceptions raised from message deserializers > ------------------------------------------------------------------- > > Key: KAFKA-3977 > URL: https://issues.apache.org/jira/browse/KAFKA-3977 > Project: Kafka > Issue Type: Bug > Components: consumer > Affects Versions: 0.9.0.0, 0.9.0.1, 0.10.0.0 > Reporter: Jason Gustafson > Assignee: Jason Gustafson > Priority: Blocker > Fix For: 0.10.0.1 > > > Message deserialization is currently done in the FetchResponse handler which > is executed by NetworkClient. Unfortunately, this means that any exceptions > raised by the deserializer will be eaten by NetworkClient and not raised to > users. This will be fixed (if unintentionally) in KAFKA-3888, but we should > make sure that this is fixed in 0.9.0 and 0.10.0 as well. -- This message was sent by Atlassian JIRA (v6.3.4#6332)