nerdexam
Confluent

CCDAK · Question #52

Which Kafka CLI should you use to consume from a topic?

The correct answer is A. kafka-console-consumer. Examplekafka-console-consumer --bootstrap-server 127.0.0.1:9092 --topic test --from-beginning

Kafka Client Fundamentals

Question

Which Kafka CLI should you use to consume from a topic?

Options

  • Akafka-console-consumer
  • Bkafka-topics
  • Ckafka-console
  • Dkafka-consumer-groups

How the community answered

(25 responses)
  • A
    92% (23)
  • B
    4% (1)
  • C
    4% (1)

Explanation

Examplekafka-console-consumer --bootstrap-server 127.0.0.1:9092 --topic test --from-beginning

Topics

#kafka-console-consumer#CLI#consume#tools

Community Discussion

No community discussion yet for this question.

Full CCDAK Practice