Hi all,
I'd like to start a discussion on KIP-1328: Dead Letter Queue Support for DSL
Dropped Records.
KIP:
https://cwiki.apache.org/confluence/display/KAFKA/KIP-1328%3A+Dead+Letter+Queue+Support+for+DSL+Dropped+Records
JIRA: https://issues.apache.org/jira/browse/KAFKA-20439
Kafka Streams DSL operators currently drop certain records silently (e.g.,
null key/value, expired window records) with only a log warning and a metric
increment. There is no way to capture these records
for analysis or reprocessing.
This KIP proposes adding a writeToDlq() method to ProcessingContext, allowing
DSL operators to route dropped records to the existing DLQ infrastructure
introduced in KIP-1034.
Looking forward to your feedback.
Thanks,
Daeho Kwon
- [DISCUSS] KIP-1328: Dead Letter Queue Support for D... 권대호
- Re: [DISCUSS] KIP-1328: Dead Letter Queue Supp... Uladzislau Blok
- Re: [DISCUSS] KIP-1328: Dead Letter Queue ... Daeho Kwon
- Re: [DISCUSS] KIP-1328: Dead Letter Qu... Uladzislau Blok
- Re: [DISCUSS] KIP-1328: Dead Lette... Lucas Brutschy via dev
