Package 

Class StreamGroup

  • All Implemented Interfaces:

    
    public class StreamGroup
    extends DataProducer<T>
                        

    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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      StreamGroup()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      List<StreamDataTopic> getData()
      String getMaster()
      Scope getScope()
      Stream<String> getTimedTopicNames() Get only the topic names that are the output of a timed stream.
      • Methods inherited from class org.radarbase.schema.specification.DataProducer

        doRegisterSchema, equals, getData, getDoc, getLabels, getName, getProperties, getTopicNames, getTopics, hashCode
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait