-
- 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_schemaproperty totrue.
-
-
Constructor Summary
Constructors Constructor Description StreamGroup()
-
Method Summary
Modifier and Type Method Description List<StreamDataTopic>getData()StringgetMaster()ScopegetScope()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
-
-
Method Detail
-
getData
List<StreamDataTopic> getData()
-
getScope
Scope getScope()
-
getTimedTopicNames
Stream<String> getTimedTopicNames()
Get only the topic names that are the output of a timed stream.
-
-
-
-