confluent kafka mirror promote

説明

ミラートピックをプロモートします。

confluent kafka mirror promote <destination-topic-1> <destination-topic-2> ... <destination-topic-N> --link my-link [flags]

フラグ

    --link string          REQUIRED: The name of the cluster link.
    --dry-run              If set, does not actually create the link, but simply validates it.
    --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).

ミラートピック "my-topic-1" および "my-topic-2" をプロモートします。

confluent kafka mirror promote my-topic-1 my-topic-2 --link my-link

関連情報