Package com.bakdata.kafka.streams
package com.bakdata.kafka.streams
-
ClassDescriptionConfiguredStreamsApp<T extends StreamsApp>A
StreamsApp
with a correspondingStreamsAppConfiguration
ExecutableStreamsApp<T extends StreamsApp>KafkaStreamsApplication<T extends StreamsApp>The base class for creating Kafka Streams applications.StreamsApp
that automatically removes files associated withLargeMessageSerde
A runningKafkaStreams
instance along with itsStreamsConfig
andTopology
Defines how to (de-)serialize the data in a Kafka Streams appSimpleKafkaStreamsApplication<T extends StreamsApp>KafkaStreamsApplication
without any additional configuration options.Application that defines a Kafka StreamsTopology
and necessary configurationsConfiguration of aStreamsApp
Exception thrown if running streams application was unsuccessfulProvides configuration options forStreamsCleanUpRunner
Clean up the state and artifacts of your Kafka Streams appClass for simplified access to configs provided byStreamsConfig
Options to run a Kafka Streams app usingStreamsRunner
Runs a Kafka Streams applicationProvides topic configuration for aStreamsApp
Class that provides helpers for using Fluent Kafka Streams Tests withKafkaStreamsApplication
Class that provides helpers for using Fluent Kafka Streams Tests withConfiguredStreamsApp