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)