Class LogAndContinueProcessingExceptionHandler

java.lang.Object
org.apache.kafka.streams.errors.LogAndContinueProcessingExceptionHandler
All Implemented Interfaces:
Configurable, ProcessingExceptionHandler

public class LogAndContinueProcessingExceptionHandler extends Object implements ProcessingExceptionHandler
Processing exception handler that logs a processing exception and then signals the processing pipeline to continue processing more records.