Uses of Class
org.springframework.kafka.KafkaException
Packages that use 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
Subclasses of KafkaException in org.springframework.kafka.coreModifier and TypeClassDescriptionclass
Exceptions when producing.class
Exception when no producer is available. -
Uses of KafkaException in org.springframework.kafka.listener
Subclasses of KafkaException in org.springframework.kafka.listenerModifier 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
Subclasses of KafkaException in org.springframework.kafka.requestreplyModifier and TypeClassDescriptionclass
Exception when a reply is not received within a timeout. -
Uses of KafkaException in org.springframework.kafka.support.converter
Subclasses of KafkaException in org.springframework.kafka.support.converter -
Uses of KafkaException in org.springframework.kafka.support.serializer
Subclasses of KafkaException in org.springframework.kafka.support.serializerModifier and TypeClassDescriptionclass
Exception returned in the consumer record value or key when a deserialization failure occurs.