Uses of Class
io.streamthoughts.azkarra.api.streams.topology.TopologyMetadata
-
-
Uses of TopologyMetadata in io.streamthoughts.azkarra.api.streams
Methods in io.streamthoughts.azkarra.api.streams that return TopologyMetadata Modifier and Type Method Description TopologyMetadata
KafkaStreamsContainer. topologyMetadata()
Gets theTopologyMetadata
about the topology runs by thisKafkaStreams
instance.Methods in io.streamthoughts.azkarra.api.streams with parameters of type TopologyMetadata Modifier and Type Method Description ApplicationId
ApplicationIdBuilder. buildApplicationId(TopologyMetadata metadata, Conf streamsConfig)
Builds theStreamsConfig.APPLICATION_ID_CONFIG
for the specified topology and configuration. -
Uses of TopologyMetadata in io.streamthoughts.azkarra.api.streams.topology
Methods in io.streamthoughts.azkarra.api.streams.topology that return TopologyMetadata Modifier and Type Method Description TopologyMetadata
TopologyContainer. metadata()
Constructors in io.streamthoughts.azkarra.api.streams.topology with parameters of type TopologyMetadata Constructor Description TopologyContainer(org.apache.kafka.streams.Topology topology, ApplicationId applicationId, Conf streamsConfig, TopologyMetadata metadata, List<StreamsLifecycleInterceptor> interceptors)
Creates a newTopologyContainer
instance. -
Uses of TopologyMetadata in io.streamthoughts.azkarra.runtime.context.internal
Methods in io.streamthoughts.azkarra.runtime.context.internal with parameters of type TopologyMetadata Modifier and Type Method Description ApplicationId
ContextAwareApplicationIdBuilderSupplier.DelegateApplicationIdBuilder. buildApplicationId(TopologyMetadata metadata, Conf streamsConfig)
Builds theStreamsConfig.APPLICATION_ID_CONFIG
for the specified topology and configuration. -
Uses of TopologyMetadata in io.streamthoughts.azkarra.runtime.streams
Methods in io.streamthoughts.azkarra.runtime.streams with parameters of type TopologyMetadata Modifier and Type Method Description ApplicationId
DefaultApplicationIdBuilder. buildApplicationId(TopologyMetadata metadata, Conf streamsConfig)
Builds theStreamsConfig.APPLICATION_ID_CONFIG
for the specified topology and configuration.
-