Package org.apache.kafka.connect.source
Class SourceConnector
java.lang.Object
org.apache.kafka.connect.connector.Connector
org.apache.kafka.connect.source.SourceConnector
- All Implemented Interfaces:
Versioned
SourceConnectors implement the connector interface to pull data from another system and send
it to Kafka.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected SourceConnectorContext
context()
Returns the context object used to interact with the Kafka Connect runtime.Methods inherited from class org.apache.kafka.connect.connector.Connector
config, initialize, initialize, reconfigure, start, stop, taskClass, taskConfigs, validate