create-connector
Deploy Kafka connectors by specifying configuration details such as environment, cluster, and connector class. Simplifies integration with Confluent Kafka and Confluent Cloud REST APIs.
Instructions
Create a new connector. Returns the new connector information if successful.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| baseUrl | No | The base URL of the Kafka Connect REST API. | |
| clusterId | No | The unique identifier for the Kafka cluster. | |
| connectorConfig | Yes | ||
| connectorName | Yes | The name of the connector to create. | |
| environmentId | No | The unique identifier for the environment this resource belongs to. |