create_kafka_connector
Create and deploy a new Kafka connector by specifying environment, name, cluster, and configuration parameters to manage data flow between systems.
Instructions
Creates a new Kafka connector.
Args: environment: The environment name. name: The name of the connector. cluster: The cluster name where the connector will be deployed. configuration: The connector configuration as a dictionary.
Returns: The created connector object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environment | Yes | ||
| name | Yes | ||
| cluster | Yes | ||
| configuration | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||