Uses of Class
org.springframework.kafka.KafkaException
Package
Description
Package for kafka core components
Package for kafka listeners
Provides classes for request/reply semantics.
Package for kafka converters
-
Uses of KafkaException in org.springframework.kafka.core
-
Uses of KafkaException in org.springframework.kafka.listener
Modifier and TypeClassDescriptionclass
An exception thrown by user code to inform the framework which record in a batch has failed.class
Exception thrown when the consumer should not yet consume the message due to backOff.class
The listener specificKafkaException
extension.class
AKafkaException
that records the timestamp of when it was thrown. -
Uses of KafkaException in org.springframework.kafka.requestreply
Modifier and TypeClassDescriptionclass
Exception when a reply is not received within a timeout. -
Uses of KafkaException in org.springframework.kafka.support.converter
-
Uses of KafkaException in org.springframework.kafka.support.serializer
Modifier and TypeClassDescriptionclass
Exception returned in the consumer record value or key when a deserialization failure occurs.