Uses of Interface
io.factorhouse.kpow.key.KeyStrategy
-
Packages that use KeyStrategy Package Description io.factorhouse.kpow io.factorhouse.kpow.key -
-
Uses of KeyStrategy in io.factorhouse.kpow
Methods in io.factorhouse.kpow with parameters of type KeyStrategy Modifier and Type Method Description StreamsRegistry.StreamsAgentStreamsRegistry. register(org.apache.kafka.streams.KafkaStreams streams, org.apache.kafka.streams.Topology topology, KeyStrategy keyStrategy)Registers a Kafka Streams application with the registry for monitoring. -
Uses of KeyStrategy in io.factorhouse.kpow.key
Classes in io.factorhouse.kpow.key that implement KeyStrategy Modifier and Type Class Description classClientIdKeyStrategyAKeyStrategyimplementation that derives the key for metrics data using the client ID and application ID of the active Kafka Streams instance.classClusterIdKeyStrategyAKeyStrategyimplementation that uses the Kafka cluster ID as the primary identifier for keying metrics data in Kpow's internal Kafka topic.
-