Interface KStreamsProcessorConfig


@ConfigMapping(prefix="kafkastreamsprocessor") public interface KStreamsProcessorConfig
  • 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

      @WithDefault("continue") String 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