Class KafkaStreamsConfiguration

java.lang.Object
org.springframework.kafka.config.KafkaStreamsConfiguration

public class KafkaStreamsConfiguration extends Object
Wrapper for StreamsBuilder properties. The framework looks for a bean of this type with name 'defaultKafkaStreamsConfig' and auto-declares a StreamsBuilderFactoryBean using it. The Properties class is too general for such activity.
Since:
2.2
Author:
Gary Russell
  • Constructor Details

    • KafkaStreamsConfiguration

      public KafkaStreamsConfiguration(Map<String,Object> configs)
  • Method Details

    • asProperties

      public Properties asProperties()
      Return the configuration map as a Properties.
      Returns:
      the properties.