Class KafkaStreamsConfiguration


  • public class KafkaStreamsConfiguration
    extends java.lang.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 Summary

      Constructors 
      Constructor Description
      KafkaStreamsConfiguration​(java.util.Map<java.lang.String,​java.lang.Object> configs)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Properties asProperties()
      Return the configuration map as a Properties.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KafkaStreamsConfiguration

        public KafkaStreamsConfiguration​(java.util.Map<java.lang.String,​java.lang.Object> configs)
    • Method Detail

      • asProperties

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