Class LogAndFailExceptionHandler

java.lang.Object
org.apache.kafka.streams.errors.LogAndFailExceptionHandler
All Implemented Interfaces:
Configurable, DeserializationExceptionHandler

public class LogAndFailExceptionHandler extends Object implements DeserializationExceptionHandler
Deserialization handler that logs a deserialization exception and then signals the processing pipeline to stop processing more records and fail.