Package org.apache.kafka.connect.connector


package org.apache.kafka.connect.connector
  • Class
    Description
    Connectors manage integration of Kafka Connect with another system, either as an input that ingests data into Kafka or an output that passes data to an external system.
    ConnectorContext allows Connectors to proactively interact with the Kafka Connect runtime.
    Base class for records containing data to be copied to/from Kafka.
    Tasks contain the code that actually copies data to/from another system.