Interface KStreamsProcessorConfig
@ConfigMapping(prefix="kafkastreamsprocessor")
public interface KStreamsProcessorConfig
-
Method Summary
Modifier and TypeMethodDescriptiondlq()Dead letter Queue nameKafka error handling strategyGlobal Dead letter Queue configinput()The Kafka topics for incoming messagesoutput()The Kafka topics for outgoing messagesretry()All configuration related to the RetryDecorator and reprocessing a record when a retryable exception has been caught
-
Method Details
-
input
InputConfig input()The Kafka topics for incoming messages -
output
OutputConfig output()The Kafka topics for outgoing messages -
dlq
DlqConfig dlq()Dead letter Queue name -
globalDlq
GlobalDlqConfig globalDlq()Global Dead letter Queue config -
errorStrategy
Kafka error handling strategy -
retry
RetryConfig retry()All configuration related to the RetryDecorator and reprocessing a record when a retryable exception has been caught
-