Package com.bakdata.kafka.streams.kstream


package com.bakdata.kafka.streams.kstream
  • Class
    Description
    Extends the BranchedKStream interface by adding methods to simplify Serde configuration, error handling, and topic access
    Extends the Branched interface by adding methods to simplify Serde configuration, error handling, and topic access
    Extends the CogroupedKStream interface by adding methods to simplify Serde configuration, error handling, and topic access
    Use Preconfigured to lazily configure Serde for Consumed using Configurator
    Use Preconfigured to lazily configure Serde for Grouped using Configurator
    JoinedX<K,V1,V2>
    Use Preconfigured to lazily configure Serde for Joined using Configurator
    KErrorStreamX<K,V,KR,VR>
    KStreamX that contains successfully processed records and errors of a previous operation
    Extends the KGroupedStream interface by adding methods to simplify Serde configuration, error handling, and topic access
    Extends the KGroupedTable interface by adding methods to simplify Serde configuration, error handling, and topic access
    Extends the KStream interface by adding methods to simplify Serde configuration, error handling, and topic access
    KTableX<K,V>
    Extends the KTable interface by adding methods to simplify Serde configuration, error handling, and topic access
    MaterializedX<K,V,S extends org.apache.kafka.streams.processor.StateStore>
    Use Preconfigured to lazily configure Serde for Materialized using Configurator
    Use Preconfigured to lazily configure Serde for Produced using Configurator
    Use Preconfigured to lazily configure Serde for Repartitioned using Configurator
    Extends the SessionWindowedCogroupedKStream interface by adding methods to simplify Serde configuration, error handling, and topic access
    Extends the SessionWindowedKStream interface by adding methods to simplify Serde configuration, error handling, and topic access
    Use Preconfigured to lazily configure Serde for Stores using Configurator
    StreamJoinedX<K,V1,V2>
    Use Preconfigured to lazily configure Serde for StreamJoined using Configurator
    Provides all runtime configurations and supports building a Topology of a StreamsApp
    Provides context for the configured Kafka Streams application environment, i.e., topic configuration and StreamsConfig
    Extends the TimeWindowedCogroupedKStream interface by adding methods to simplify Serde configuration, error handling, and topic access
    Extends the TimeWindowedKStream interface by adding methods to simplify Serde configuration, error handling, and topic access