Class StreamGroup

java.lang.Object
org.radarbase.schema.specification.DataProducer<StreamDataTopic>
org.radarbase.schema.specification.stream.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.