Package io.streamthoughts.azkarra.runtime.interceptors.monitoring
-
Interface Summary Interface Description MonitoringReporter AMonitoringStreamsReporter
can be used to periodically report the state of a localKafkaStreams
instance.MonitoringStreamsTask.Reportable<T> -
Class Summary Class Description KafkaMonitoringReporter AMonitoringReporter
that send a serializedKafkaStreamsMetadata
into a Kafka topic.KafkaStreamsMetadata Represents the runtime state of a singleKafkaStreams
instance.MonitoringStreamsTask Task for reportingKafkaStreams
state changes.StreamsExtensionBuilder