Class TopologyConfigX

java.lang.Object
org.apache.kafka.common.config.AbstractConfig
com.bakdata.kafka.streams.TopologyConfigX

public class TopologyConfigX extends org.apache.kafka.common.config.AbstractConfig
Configuration for a StreamsBuilderX. Specifies how to build a Topology.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from class org.apache.kafka.common.config.AbstractConfig

    AUTOMATIC_CONFIG_PROVIDERS_PROPERTY, CONFIG_PROVIDERS_CONFIG
  • Constructor Summary

    Constructors
    Constructor
    Description
    Create a new StreamsBuilderXConfig using the given properties.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Check if adding lineage headers is enabled.

    Methods inherited from class org.apache.kafka.common.config.AbstractConfig

    documentationOf, equals, get, getBoolean, getClass, getConfiguredInstance, getConfiguredInstance, getConfiguredInstances, getConfiguredInstances, getConfiguredInstances, getDouble, getInt, getList, getLong, getPassword, getShort, getString, hashCode, ignore, logUnused, nonInternalValues, originals, originals, originalsStrings, originalsWithPrefix, originalsWithPrefix, postProcessParsedConfig, preProcessParsedConfig, typeOf, unused, values, valuesWithPrefixAllOrNothing, valuesWithPrefixOverride

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • TopologyConfigX

      public TopologyConfigX(Map<String,Object> properties)
      Create a new StreamsBuilderXConfig using the given properties.
      Parameters:
      properties - properties that specify how to build a Topology
  • Method Details

    • isLineageEnabled

      public boolean isLineageEnabled()
      Check if adding lineage headers is enabled. This is controlled by LINEAGE_ENABLED_CONFIG
      Returns:
      true if lineage headers are added to streams and tables