Package org.springframework.kafka.streams
@NullMarked
package org.springframework.kafka.streams
Package for classes related to Kafka Streams.
-
ClassDescriptionAbstract base class for recovering Kafka Streams exception handlers.Manipulate the headers.Container object for SpEL evaluation.Interface for resolving the dead-letter topic destination of a failed record handled by either
RecoveringDeserializationExceptionHandler,RecoveringProcessingExceptionHandler, orRecoveringProductionExceptionHandlerthrough the native Kafka Streams DLQ.Provide a wrapper API around the interactive query stores in Kafka Streams.Creates aKafkaStreamsMetricsfor theKafkaStreams.ADeserializationExceptionHandlerthat calls aConsumerRecordRecovereror uses the native Kafka Streams DLQ and continues.AProcessingExceptionHandlerthat calls aConsumerRecordRecovereror uses the native Kafka Streams DLQ and continues.AProductionExceptionHandlerthat calls aConsumerRecordRecovereror uses the native Kafka Streams DLQ and continues.