JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
SEARCH:
Package org.apache.kafka.connect.connector
Interface Summary
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 Summary
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.