Class ConnectorSource

java.lang.Object
org.radarbase.schema.specification.DataProducer<DataTopic>
org.radarbase.schema.specification.connector.ConnectorSource

public class ConnectorSource extends DataProducer<DataTopic>
Data producer for third-party connectors. This data topic does not register schemas to the schema registry by default, since Kafka Connect will do that itself. To enable auto-registration, set the register_schema property to true.