confluent kafka mirror list

説明

クラスターに含まれるミラートピックまたは指定されたクラスターリンク下のミラートピックをすべてリスト表示します。

confluent kafka mirror list [flags]

フラグ

    --link string            Cluster link name. If not specified, list all mirror topics in the cluster.
    --mirror-status string   Mirror topic status. Can be one of [active, failed, paused, stopped, pending_stopped]. If not specified, list all mirror topics.
    --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-link" の下に、アクティブなすべてのミラートピックを一覧表示します。

confluent kafka mirror list --link my-link --mirror-status active

関連情報