Class StreamGroup


  • public class StreamGroup
    extends DataProducer<StreamDataTopic>
    Data producer for Kafka Streams. This data topic does not register schemas to the schema registry by default, since Kafka Streams will do that itself. To disable this, set the register_schema property to true.
    • Constructor Detail

      • StreamGroup

        public StreamGroup()
    • Method Detail

      • getTimedTopicNames

        public java.util.stream.Stream<java.lang.String> getTimedTopicNames()
        Get only the topic names that are the output of a timed stream.
      • getMaster

        public java.lang.String getMaster()