CCDAK · Question #164
Your company has three Kafka clusters: Development, Testing, and Production. The Production cluster is running out of storage so you add a new node to the Kafka cluster. Which two statements about the
The correct answer is C. A new node will not have any partitions assigned to it unless a new topic is created. D. A new node can be added without stopping existing cluster nodes.. A new node will not have any partitions assigned to it unless a new topic is created or partitions are rebalanced across the cluster. A new node can be added to a running Kafka cluster without stopping any existing nodes, supporting Kafka's horizontal scalability.
Question
Your company has three Kafka clusters: Development, Testing, and Production. The Production cluster is running out of storage so you add a new node to the Kafka cluster. Which two statements about the new node are true? (Choose two.)
Options
- AA node id will be assigned to the new node automatically.
- BA newly added node will have KRaft controller role by default.
- CA new node will not have any partitions assigned to it unless a new topic is created.
- DA new node can be added without stopping existing cluster nodes.
How the community answered
(16 responses)- A6% (1)
- B19% (3)
- C75% (12)
Explanation
A new node will not have any partitions assigned to it unless a new topic is created or partitions are rebalanced across the cluster. A new node can be added to a running Kafka cluster without stopping any existing nodes, supporting Kafka's horizontal scalability.
Topics
Community Discussion
No community discussion yet for this question.