confluent connect create

説明

コネクターを作成します。

confluent connect create [flags]

フラグ

    --config string        REQUIRED: JSON connector config file.
    --cluster string       Kafka cluster ID.
    --context string       CLI context name.
    --environment string   Environment ID.
-o, --output string        Specify the output format as "human", "json", or "yaml". (default "human")

グローバルフラグ

-h, --help            Show help for this command.
-v, --verbose count   Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace).

現在の Kafka クラスターまたは指定した Kafka クラスターのコンテキストにおいてコネクターを作成します。

confluent connect create --config config.json
confluent connect create --config config.json --cluster lkc-123456

関連情報