Slide 38
Slide 38 text
@systemcraftsman
Error Handling
fail
fail the application, no more records will be processed (default
strategy). The offset of the record that has not been processed
correctly is not committed.
ignore
the failure is logged, but the processing continue. The offset of
the record that has not been processed correctly is committed.
dead-letter-queue
the offset of the record that has not been processed correctly is
committed, but the record is written to a Kafka dead letter topic.