Interface | Description |
---|---|
KafkaListenerExceptionHandler |
Interface that
KafkaListener beans can implement to handle exceptions. |
Class | Description |
---|---|
DefaultKafkaListenerExceptionHandler |
The default ExceptionHandler used when a
KafkaConsumer
fails to process a ConsumerRecord . |
Exception | Description |
---|---|
KafkaListenerException |
Exception thrown when an error occurs processing a
ConsumerRecord via a KafkaListener . |