Annotation Type DefaultStreamsConfig
-
@Documented @Inherited @Target(TYPE) @Retention(RUNTIME) @Repeatable(DefaultStreamsConfigs.class) public @interface DefaultStreamsConfig
Marker interface that aTopologyProvider
can used to define the configuration properties to be used for creating a newKafkaStreams
instance.