Skip to content

Commit

Permalink
KAFKA-16448: Remove source raw key and source raw value from ErrorHan…
Browse files Browse the repository at this point in the history
…dlerContext
  • Loading branch information
loicgreffier committed Jul 29, 2024
1 parent c5d9bc1 commit f6ed984
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,7 @@ private void reprocessState(final List<TopicPartition> topicPartitions,
record.offset(),
record.partition(),
record.topic(),
record.headers()
);
record.headers());
globalProcessorContext.setRecordContext(recordContext);

try {
Expand Down

0 comments on commit f6ed984

Please sign in to comment.