Package com.bakdata.kafka.streams
Interface LargeMessageStreamsApp
- All Superinterfaces:
App<StreamsTopicConfig,,StreamsCleanUpConfiguration> AutoCloseable,StreamsApp
StreamsApp that automatically removes files associated with LargeMessageSerde-
Method Summary
Modifier and TypeMethodDescriptiondefault StreamsCleanUpConfigurationsetupCleanUp(AppConfiguration<StreamsTopicConfig> configuration) Configure clean up behaviorMethods inherited from interface com.bakdata.kafka.App
close, createKafkaProperties, setupMethods inherited from interface com.bakdata.kafka.streams.StreamsApp
buildTopology, defaultSerializationConfig, getUniqueAppId
-
Method Details
-
setupCleanUp
default StreamsCleanUpConfiguration setupCleanUp(AppConfiguration<StreamsTopicConfig> configuration) Description copied from interface:AppConfigure clean up behavior- Specified by:
setupCleanUpin interfaceApp<StreamsTopicConfig,StreamsCleanUpConfiguration> - Specified by:
setupCleanUpin interfaceStreamsApp- Parameters:
configuration- provides all runtime application configurations- Returns:
StreamsCleanUpConfiguration- See Also:
-