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 Link icon

    • KafkaStreamsConfiguration Link icon

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

    • asProperties Link icon

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