Class KafkaStreamsMetadata


  • public class KafkaStreamsMetadata
    extends Object
    A KafkaStreamsMetadata regroups information about resources assigned to a stream application instance, i.e., a set of Topic/Partitions and state stores.
    • Method Detail

      • stateStores

        public Set<String> stateStores()
        Gets the set of store names hosted by this instance.
        Returns:
        the set of stores.
      • standbyStateStores

        public Set<String> standbyStateStores()
        Gets the set of standby state store names hosted by this instance.
        Returns:
        the set of stores.
      • standbyAssignments

        public Set<TopicPartitions> standbyAssignments()
        Gets the set of topic-partitions assigned to this instance for standby state stores.
        Returns:
        the set of TopicPartitions.