nerdexam
Confluent

CCDAK · Question #42

The kafka-console-consumer CLI, when used with the default options

The correct answer is A. uses a random group id. If a group is not specified, the kafka-console-consumer generates a random consumer group.

Developing Kafka Consumers

Question

The kafka-console-consumer CLI, when used with the default options

Options

  • Auses a random group id
  • Balways uses the same group id
  • Cdoes not use a group id

How the community answered

(49 responses)
  • A
    92% (45)
  • B
    4% (2)
  • C
    4% (2)

Explanation

If a group is not specified, the kafka-console-consumer generates a random consumer group.

Topics

#kafka-console-consumer#group.id#CLI#consumer group

Community Discussion

No community discussion yet for this question.

Full CCDAK Practice