CREATE CONNECTOR¶
Synopsis¶
1 |
|
Description¶
Create a new connector in the Kafka Connect cluster with the configuration passed in the WITH clause. Some connectors have ksqlDB templates that simplify configuring them. For more information, see Natively Supported Connectors.
If the IF NOT EXISTS clause is present, the statement does not fail if a connector with the supplied name already exists
Note
CREATE CONNECTOR works only in interactive mode.
Example¶
1 2 3 4 5 6 7 |
|
See CREATE CONNECTOR in action
Last update:
2022-08-19