Class 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.
    • Constructor Detail

      • ConnectorSource

        public ConnectorSource()
    • Method Detail

      • getVendor

        public java.lang.String getVendor()
      • getModel

        public java.lang.String getModel()
      • getVersion

        public java.lang.String getVersion()