[jira] [Updated] (KAFKA-16507) Add raw record into RecordDeserialisationException

2024-04-10 Thread Fred Rouleau (Jira)


 [ 
https://issues.apache.org/jira/browse/KAFKA-16507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Fred Rouleau updated KAFKA-16507:
-
Labels: kip  (was: )

> Add raw record into RecordDeserialisationException
> --
>
> Key: KAFKA-16507
> URL: https://issues.apache.org/jira/browse/KAFKA-16507
> Project: Kafka
>  Issue Type: Improvement
>  Components: consumer
>Reporter: Fred Rouleau
>Priority: Minor
>  Labels: kip
>
> [KIP-334|https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=87297793]
>  introduced into the Consumer the RecordDeserializationException with offsets 
> information. That is useful to skip a poison pill but as you do not have 
> access to the Record, it still prevents easy implementation of dead letter 
> queue or simply logging the faulty data.
> Changes are described in 
> [KIP-1036|https://cwiki.apache.org/confluence/display/KAFKA/KIP-1036%3A+Extend+RecordDeserializationException+exception]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (KAFKA-16507) Add raw record into RecordDeserialisationException

2024-04-10 Thread Fred Rouleau (Jira)
Fred Rouleau created KAFKA-16507:


 Summary: Add raw record into RecordDeserialisationException
 Key: KAFKA-16507
 URL: https://issues.apache.org/jira/browse/KAFKA-16507
 Project: Kafka
  Issue Type: Improvement
  Components: consumer
Reporter: Fred Rouleau


[KIP-334|https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=87297793]
 introduced into the Consumer the RecordDeserializationException with offsets 
information. That is useful to skip a poison pill but as you do not have access 
to the Record, it still prevents easy implementation of dead letter queue or 
simply logging the faulty data.

Changes are described in 
[KIP-1036|https://cwiki.apache.org/confluence/display/KAFKA/KIP-1036%3A+Extend+RecordDeserializationException+exception]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)