Class ConnectorDescriptorValidator

    • Field Detail

      • CONNECTOR_TYPE

        public static final String CONNECTOR_TYPE
        Deprecated.
        Key for describing the type of the connector. Usually used for factory discovery.
        See Also:
        Constant Field Values
      • CONNECTOR_PROPERTY_VERSION

        public static final String CONNECTOR_PROPERTY_VERSION
        Deprecated.
        Key for describing the property version. This property can be used for backwards compatibility in case the property format changes.
        See Also:
        Constant Field Values
      • CONNECTOR_VERSION

        public static final String CONNECTOR_VERSION
        Deprecated.
        Key for describing the version of the connector. This property can be used for different connector versions (e.g. Kafka 0.10 or Kafka 0.11).
        See Also:
        Constant Field Values
    • Constructor Detail

      • ConnectorDescriptorValidator

        public ConnectorDescriptorValidator()
        Deprecated.