confluent kafka mirror list¶
Description¶
List all mirror topics in the cluster or under the given cluster link.
confluent kafka mirror list [flags]
Flags¶
-o, --output string Specify the output format as "human", "json", or "yaml". (default "human")
--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.
--environment string Environment ID.
--cluster string Kafka cluster ID.
--context string CLI context name.
Global Flags¶
-h, --help Show help for this command.
-v, --verbose count Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace).
Examples¶
List all active mirror topics under my-link
.
confluent kafka mirror list --link my-link --mirror-status active
See Also¶
- confluent kafka mirror - Manages cluster linking mirror topics.