-
- All Implemented Interfaces:
public class ConnectorSource extends DataProducer<T>
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_schemaproperty totrue.
-
-
Constructor Summary
Constructors Constructor Description ConnectorSource()
-
Method Summary
Modifier and Type Method Description List<DataTopic>getData()StringgetVendor()StringgetModel()StringgetVersion()ScopegetScope()-
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
-
-