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.
Note
CREATE CONNECTOR works only in interactive mode.
Example¶
1 2 3 4 5 6 7 |
|
Last update:
2020-07-30