nerdexam
Confluent

CCDAK · Question #176

Which tool can you use to modify the replication factor of an existing topic?

The correct answer is A. kafka-reassign-partitions.sh. The kafka-reassign-partitions.sh tool is used to modify the replication factor of an existing topic by reassigning partitions to different brokers.

Deployment and Troubleshooting

Question

Which tool can you use to modify the replication factor of an existing topic?

Options

  • Akafka-reassign-partitions.sh
  • Bkafka-recreate-topic.sh
  • Ckafka-topics.sh
  • Dkafka-reassign-topics.sh

How the community answered

(32 responses)
  • A
    88% (28)
  • B
    6% (2)
  • C
    3% (1)
  • D
    3% (1)

Explanation

The kafka-reassign-partitions.sh tool is used to modify the replication factor of an existing topic by reassigning partitions to different brokers.

Topics

#replication factor#kafka-reassign-partitions#partition reassignment

Community Discussion

No community discussion yet for this question.

Full CCDAK Practice