Q. Which command lists all available Kafka topics?

  • (A) kafka-run-class.sh
  • (B) kafka-topics.sh --list
  • (C) kafka-console-consumer.sh --describe
  • (D) kafka-log-dirs.sh --status
πŸ’¬ Discuss
βœ… Correct Answer: (B) kafka-topics.sh --list
Explanation: 'kafka-topics.sh --list' shows all current topics in the Kafka cluster.
Explanation by: Mr. Dubey
'kafka-topics.sh --list' shows all current topics in the Kafka cluster.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
77
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
93%
Success Rate