Uses of Class
org.springframework.kafka.listener.KafkaExceptionLogLevelAware
Packages that use KafkaExceptionLogLevelAware
Package
Description
Package for kafka listeners
Package for retryable topic handling.
-
Uses of KafkaExceptionLogLevelAware in org.springframework.kafka.listener
Subclasses of KafkaExceptionLogLevelAware in org.springframework.kafka.listenerModifier and TypeClassDescriptionclassACommonErrorHandlerthat stops the container when an error occurs.classAConsumerRecordRecovererthat publishes a failed record to a dead-letter topic.classDefault implementation ofAfterRollbackProcessor.classAn error handler that, for record listeners, seeks to the current offset for each topic in the remaining records.classSupports exception classification.classSubclass ofFailedRecordProcessorthat can process (and recover) a batch.classCommon super class for classes that deal with failing to consume a consumer record. -
Uses of KafkaExceptionLogLevelAware in org.springframework.kafka.retrytopic
Subclasses of KafkaExceptionLogLevelAware in org.springframework.kafka.retrytopicModifier and TypeClassDescriptionclassDefault implementation of theDestinationTopicResolverinterface.