nerdexam
Confluent

CCAAK · Question #17

Your cluster is experiencing increased produce and consume traffic. To ensure the Kafka cluster can handle the load, you add more brokers to the cluster. You need to ensure the new brokers are…

The correct answer is A. Ensure that partitions are rebalanced across all brokers. D. Increase the number of topic partitions. Rebalancing distributes existing partitions across all brokers so the new brokers begin serving load, improving scalability. Increasing the number of partitions allows Kafka to utilize additional brokers more effectively by enabling greater parallelism for producing and…

Managing Brokers and Clusters

Question

Your cluster is experiencing increased produce and consume traffic. To ensure the Kafka cluster can handle the load, you add more brokers to the cluster. You need to ensure the new brokers are utilized effectively for better scalability. Which two actions should you take in the cluster? (Choose two.)

Options

  • AEnsure that partitions are rebalanced across all brokers.
  • BIncrease the number of consumer groups.
  • CRestart the Kafka cluster with a higher replication factor.
  • DIncrease the number of topic partitions.

How the community answered

(37 responses)
  • A
    73% (27)
  • B
    11% (4)
  • C
    16% (6)

Explanation

Rebalancing distributes existing partitions across all brokers so the new brokers begin serving load, improving scalability. Increasing the number of partitions allows Kafka to utilize additional brokers more effectively by enabling greater parallelism for producing and consuming workloads.

Topics

#broker scaling#partition rebalancing#partition increase#cluster expansion

Community Discussion

No community discussion yet for this question.

Full CCAAK Practice