You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Sarwar Bhuiyan (Jira)" <ji...@apache.org> on 2021/06/07 16:37:00 UTC

[jira] [Created] (KAFKA-12906) Consumer should include partition and offset number in deserialization exception

Sarwar Bhuiyan created KAFKA-12906:
--------------------------------------

             Summary: Consumer should include partition and offset number in deserialization exception
                 Key: KAFKA-12906
                 URL: https://issues.apache.org/jira/browse/KAFKA-12906
             Project: Kafka
          Issue Type: Bug
            Reporter: Sarwar Bhuiyan
            Assignee: Sarwar Bhuiyan


When we encounter an exception when deserializing it, we raise it to the user and keep the consumer's current position at the offset of the failed record. The expectation is that the user will either propagate the exception and shutdown or seek past the failed record.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)