See: Description
| Interface | Description |
|---|---|
| ConnectorContext | ConnectorContext allows Connectors to proactively interact with the Kafka Connect runtime. |
| Task | Tasks contain the code that actually copies data to/from another system. |
| Class | Description |
|---|---|
| Connector | 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. |
| ConnectRecord<R extends ConnectRecord<R>> | Base class for records containing data to be copied to/from Kafka. |