confluent kafka mirror describe

説明

ミラートピックの詳細を表示します。

confluent kafka mirror describe <destination-topic-name> [flags]

フラグ

    --link string          REQUIRED: Cluster link name.
    --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" の下に、ミラートピック "my-topic" に関する情報を表示します。

confluent kafka mirror describe my-topic --link my-link

関連情報