Package org.apache.kafka.connect.sink
Class SinkConnector
- java.lang.Object
- 
- org.apache.kafka.connect.connector.Connector
- 
- org.apache.kafka.connect.sink.SinkConnector
 
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringTOPICS_CONFIGConfiguration key for the list of input topics for this connector.
 - 
Constructor SummaryConstructors Constructor Description SinkConnector()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SinkConnectorContextcontext()Returns the context object used to interact with the Kafka Connect runtime.- 
Methods inherited from class org.apache.kafka.connect.connector.Connectorconfig, initialize, initialize, reconfigure, start, stop, taskClass, taskConfigs, validate
 
- 
 
- 
- 
- 
Field Detail- 
TOPICS_CONFIGpublic static final String TOPICS_CONFIG Configuration key for the list of input topics for this connector. Usually this setting is only relevant to the Kafka Connect framework, but is provided here for the convenience of Connector developers if they also need to know the set of topics. - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
contextprotected SinkConnectorContext context() Description copied from class:ConnectorReturns the context object used to interact with the Kafka Connect runtime.
 
- 
 
-