Kafka Connect is a framework for integrating Kafka with external systems. The following resources and operations are supported:
-
kafka-connect-cluster
- get: Get information about the Kafka Connect cluster
- Parameters: None
- get: Get information about the Kafka Connect cluster
-
connectors
- list: List all connectors in the cluster
- Parameters: None
- list: List all connectors in the cluster
-
connector
- get: Get details of a specific connector
name(string, required): The connector name
- create: Create a new connector
name(string, required): The connector nameconfig(object, required): Connector configuration- Must include at least
connector.classand other required fields for the connector type
- Must include at least
- update: Update an existing connector
name(string, required): The connector nameconfig(object, required): Updated configuration
- delete: Delete a connector
name(string, required): The connector name
- restart: Restart a connector
name(string, required): The connector name
- pause: Pause a connector
name(string, required): The connector name
- resume: Resume a paused connector
name(string, required): The connector name
- get: Get details of a specific connector
-
connector-plugins
- list: List all available connector plugins
- Parameters: None
- list: List all available connector plugins