nerdexam
Confluent

CCAAK · Question #25

You need to identify corrupt records in the partition log segments messages that your consumer cannot handle. Which tool can you use to decode Kafka log segments to review individual messages…

The correct answer is B. kafka-dump-log.sh. The log dump tool can read and decode log segment files directly on disk, allowing inspection of individual messages to identify corruption without involving a consumer.

Troubleshooting

Question

You need to identify corrupt records in the partition log segments messages that your consumer cannot handle. Which tool can you use to decode Kafka log segments to review individual messages without consuming and decoding them?

Options

  • Akafka-console-consumer.sh
  • Bkafka-dump-log.sh
  • Ckafka-log-dirs.sh
  • Dkafka-topics.sh

How the community answered

(28 responses)
  • A
    4% (1)
  • B
    79% (22)
  • C
    14% (4)
  • D
    4% (1)

Explanation

The log dump tool can read and decode log segment files directly on disk, allowing inspection of individual messages to identify corruption without involving a consumer.

Topics

#kafka-dump-log#log segments#corrupt records#message inspection

Community Discussion

No community discussion yet for this question.

Full CCAAK Practice