rhoas_kafka_topic_list
rhoas kafka topic list#
List all topics
Synopsis#
List all topics in the current Apache Kafka instance.
rhoas kafka topic list [flags]Examples#
# list all topics$ rhoas kafka topic list
# list all topics as JSON$ rhoas kafka topic list -o json
Options#
-o, --output string Format in which to display the Kafka topic (choose from: "json", "yml", "yaml") --page int32 Current page number for list of topics (default 1) --search string Text search to filter the Kafka topics by name --size int32 Maximum number of items to be returned per page (default 10)Options inherited from parent commands#
-h, --help Show help for a command -v, --verbose Enable verbose modeSEE ALSO#
- rhoas kafka topic - Create, describe, update, list and delete topics