You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jiangjie Qin (JIRA)" <ji...@apache.org> on 2017/10/18 19:54:01 UTC

[jira] [Created] (KAFKA-6083) The Fetcher should add the InvalidRecordException as a cause to the KafkaException when invalid record is found.

Jiangjie Qin created KAFKA-6083:
-----------------------------------

             Summary: The Fetcher should add the InvalidRecordException as a cause to the KafkaException when invalid record is found.
                 Key: KAFKA-6083
                 URL: https://issues.apache.org/jira/browse/KAFKA-6083
             Project: Kafka
          Issue Type: Improvement
          Components: clients, consumer
    Affects Versions: 1.0.0
            Reporter: Jiangjie Qin
             Fix For: 1.0.1


In the Fetcher, when there is an InvalidRecoredException thrown, we will convert it to a KafkaException, we should also add the InvalidRecordException to it as the cause.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)