Class StreamGroup
java.lang.Object
org.radarbase.schema.specification.DataProducer<StreamDataTopic>
org.radarbase.schema.specification.stream.StreamGroup
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.-
Field Summary
Fields inherited from class org.radarbase.schema.specification.DataProducer
registerSchema -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.radarbase.schema.specification.DataProducer
doRegisterSchema, equals, getDoc, getLabels, getName, getProperties, getTopicNames, getTopics, hashCode
-
Constructor Details
-
StreamGroup
public StreamGroup()
-
-
Method Details
-
getData
- Specified by:
getDatain classDataProducer<StreamDataTopic>
-
getScope
public org.radarbase.schema.Scope getScope()- Specified by:
getScopein classDataProducer<StreamDataTopic>
-
getTimedTopicNames
Get only the topic names that are the output of a timed stream. -
getMaster
-