Interface KafkaListenerConfig


public interface KafkaListenerConfig
  • Method Details

    • driverProperties

      Properties driverProperties()
    • topics

      @Nullable List<String> topics()
    • topicsPattern

      @Nullable Pattern topicsPattern()
    • partitions

      @Nullable List<String> partitions()
    • offset

      default ru.tinkoff.kora.common.util.Either<Duration,String> offset()
    • pollTimeout

      default Duration pollTimeout()
    • backoffTimeout

      default Duration backoffTimeout()
    • threads

      default int threads()
    • partitionRefreshInterval

      default Duration partitionRefreshInterval()
    • shutdownWait

      default Duration shutdownWait()
    • allowEmptyRecords

      default boolean allowEmptyRecords()
    • telemetry

      ru.tinkoff.kora.telemetry.common.TelemetryConfig telemetry()
    • withDriverPropertiesOverrides

      default KafkaListenerConfig withDriverPropertiesOverrides(Map<String,Object> overrides)